fix: Dockerfile

This commit is contained in:
EstrellaXD
2023-10-03 23:13:21 +08:00
parent 8440350665
commit 29c8a8c46f

View File

@@ -20,7 +20,6 @@ RUN set -ex && \
su-exec \
shadow \
tini \
openssl \
tzdata && \
python3 -m pip install --no-cache-dir --upgrade pip && \
sed -i '/bcrypt/d' requirements.txt && \