Skip to content

Commit b48eeb6

Browse files
committed
drop KMS_ENHANCED_PRIVACY_ID
1 parent 18c70eb commit b48eeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
RUN set -ex; \
6060
mkdir -p ${APP_ROOT}/var; \
61-
pip3 install --no-cache-dir -r /opt/py-kms/requirements.txt --break-system-packages --root-user-action; \
61+
pip3 install --no-cache-dir -r /opt/py-kms/requirements.txt --break-system-packages; \
6262
pip3 install --no-cache-dir pytz --break-system-packages; \
6363
apk del --no-network .build;
6464

0 commit comments

Comments
 (0)