Remove unnecessary pypi packages from containers

This commit is contained in:
suika 2021-08-21 22:26:52 +02:00
parent c681a1cff5
commit 6bc4aad117
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ RUN apk --no-cache add fvwm x11vnc xvfb supervisor opencv mpv mpv-libs ffmpeg jq
openssl nodejs patch font-noto font-noto-emoji font-noto-cjk \
py3-pyside2 py3-beautifulsoup4 py3-pillow py3-numpy py3-openssl py3-pip \
py3-psutil py3-pysocks py3-requests py3-twisted py3-yaml py3-lz4 py3-html5lib
RUN pip install qtpy Send2Trash python-mpv cloudscrape cloudscraper pyparsing
RUN pip install qtpy Send2Trash python-mpv cloudscraper pyparsing
RUN set -xe \
&& mkdir -p /opt/hydrus \

View File

@ -4,7 +4,7 @@ ARG UID
ARG GID
RUN apk --no-cache add py3-beautifulsoup4 py3-psutil py3-pysocks py3-requests py3-twisted py3-yaml py3-lz4 ffmpeg py3-pillow py3-numpy py3-openssl py3-service_identity openssl su-exec
RUN pip install Send2Trash html5lib twisted cloudscrape
RUN pip install Send2Trash twisted
RUN set -xe \
&& mkdir -p /opt/hydrus \