Skip to content

Commit 544eb19

Browse files
authored
Update Dockerfile
1 parent 2621fc4 commit 544eb19

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Dockerfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
# check=error=true
33

4-
ARG BGUTIL_YTDLP_POT_PROVIDER_VERSION="1.2.2"
4+
ARG BGUTIL_YTDLP_POT_PROVIDER_VERSION="1.3.0"
55
ARG FFMPEG_VERSION="N"
66
ARG YTDLP_EJS_VERSION="0.3.2"
77

@@ -611,12 +611,6 @@ RUN --mount=type=tmpfs,target=/cache \
611611
uv --no-config --no-progress --no-managed-python \
612612
pip install --strict --system --break-system-packages \
613613
--requirements /cache/requirements.txt && \
614-
# remove the getpot_bgutil_script plugin
615-
find /usr/local/lib \
616-
-name 'getpot_bgutil_script.py' \
617-
-path '*/yt_dlp_plugins/extractor/getpot_bgutil_script.py' \
618-
-type f -print -delete \
619-
&& \
620614
# Clean up
621615
apt-get -y autoremove --purge \
622616
default-libmysqlclient-dev \

0 commit comments

Comments
 (0)