mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 14:06:36 +00:00
Remove the unused getpot_bgutil_script
plugin
This commit is contained in:
parent
dafa82d1d1
commit
2483cda1af
@ -410,6 +410,12 @@ RUN --mount=type=tmpfs,target=/cache \
|
|||||||
PIPENV_VERBOSITY=64 \
|
PIPENV_VERBOSITY=64 \
|
||||||
PYTHONPYCACHEPREFIX=/cache/pycache \
|
PYTHONPYCACHEPREFIX=/cache/pycache \
|
||||||
pipenv install --system --skip-lock && \
|
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
|
# Clean up
|
||||||
apt-get -y autoremove --purge \
|
apt-get -y autoremove --purge \
|
||||||
default-libmysqlclient-dev \
|
default-libmysqlclient-dev \
|
||||||
|
Loading…
Reference in New Issue
Block a user