File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 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 "
55ARG FFMPEG_VERSION="N"
66ARG 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 \
You can’t perform that action at this time.
0 commit comments