mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +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 \
|
||||
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 \
|
||||
|
Loading…
Reference in New Issue
Block a user