We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18c70eb commit b48eeb6Copy full SHA for b48eeb6
arch.dockerfile
@@ -58,7 +58,7 @@
58
59
RUN set -ex; \
60
mkdir -p ${APP_ROOT}/var; \
61
- pip3 install --no-cache-dir -r /opt/py-kms/requirements.txt --break-system-packages --root-user-action; \
+ pip3 install --no-cache-dir -r /opt/py-kms/requirements.txt --break-system-packages; \
62
pip3 install --no-cache-dir pytz --break-system-packages; \
63
apk del --no-network .build;
64
0 commit comments