diff --git a/Dockerfile b/Dockerfile index 6ef178c5..c878890e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -410,6 +410,12 @@ RUN --mount=type=tmpfs,target=/cache \ PIPENV_VERBOSITY=64 \ PYTHONPYCACHEPREFIX=/cache/pycache \ pipenv install --system --skip-lock && \ + # remove the getpot_bgutil_script plugin + find /usr/local/lib \ + -name 'getpot_bgutil_script.py' \ + -path '*/yt_dlp_plugins/extractor/getpot_bgutil_script.py' \ + -type f -print -delete \ + && \ # Clean up apt-get -y autoremove --purge \ default-libmysqlclient-dev \