fix: separate hadolint ignores per-line (DL4006 on USER, DL3008 on RUN)
PR Checks / hadolint (pull_request) Successful in 8s
PR Checks / build-test (pull_request) Successful in 2m30s

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