From a8e2331f8944330d44579a8c0c9728ef6956dcc2 Mon Sep 17 00:00:00 2001 From: cloudix_mcp_server Date: Sun, 14 Jun 2026 15:22:59 -0400 Subject: [PATCH] fix: separate hadolint ignores per-line (DL4006 on USER, DL3008 on RUN) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ec7908..ab12b37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \