From 0e9198f1ebf01e41fda2828472f82a73525f00d5 Mon Sep 17 00:00:00 2001 From: cloudix_mcp_server Date: Mon, 8 Jun 2026 20:53:28 -0400 Subject: [PATCH] fix: add DL3009 to hadolint ignore comments --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8cffcf3..868913d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:18.04 LABEL maintainer="Julien Cabillot " -# hadolint ignore=DL3008,SC3009,SC2086 +# hadolint ignore=DL3008,SC3009,SC2086,DL3009 RUN export DEBIAN_FRONTEND=noninteractive && \ export RUNTIME_PACKAGES=sslscan && \ apt-get -qq update && \