From 2483cda1af9db626ba912ea9b4a4a838c5752079 Mon Sep 17 00:00:00 2001 From: tcely Date: Mon, 19 May 2025 05:54:23 -0400 Subject: [PATCH] Remove the unused `getpot_bgutil_script` plugin --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) 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 \