drop KMS_ENHANCED_PRIVACY_ID

This commit is contained in:
ElevenNotes
2025-02-07 11:43:16 +01:00
parent 18c70eb586
commit a251a661e4

View File

@@ -58,7 +58,7 @@
RUN set -ex; \
mkdir -p ${APP_ROOT}/var; \
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; \
pip3 install --no-cache-dir pytz --break-system-packages; \
apk del --no-network .build;