Add pympler to client Dockerfile

This commit is contained in:
Suika 2023-05-11 22:47:09 +00:00 committed by GitHub
parent 4b2b15e152
commit 6f28d95121
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 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-pyside6 py3-beautifulsoup4 py3-pillow py3-numpy py3-openssl py3-cryptography py3-pip py3-opencv py3-lxml py3-chardet \
py3-psutil py3-pysocks py3-requests py3-twisted py3-yaml py3-lz4 py3-html5lib py3-dateutil
RUN pip install qtpy Send2Trash python-mpv cloudscraper pyparsing cbor2
RUN pip install qtpy Send2Trash python-mpv cloudscraper pyparsing cbor2 Pympler
RUN set -xe \
&& mkdir -p /opt/hydrus \