fix: restore USER root with hadolint ignore (needed for apt in non-root base)
PR Checks / hadolint (pull_request) Successful in 7s
PR Checks / build-test (pull_request) Successful in 2m29s

This commit is contained in:
2026-06-14 15:22:16 -04:00
parent 0576c5c680
commit 64ebfb04d6
+2 -1
View File
@@ -7,7 +7,8 @@ ENV NPM_CONFIG_UPDATE_NOTIFIER=false \
NPM_CONFIG_LOGLEVEL=warn \
NODE_ENV=production
# hadolint ignore=DL3008
# hadolint ignore=DL3008,DL4006
USER root
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
python3 \