From 58597d5d539e39a763a942512bd71fb2b0f08e3e Mon Sep 17 00:00:00 2001 From: cloudix_mcp_server Date: Mon, 8 Jun 2026 22:29:43 -0400 Subject: [PATCH] Add hadolint ignore for apk add and pip install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f391a52..e57713d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,10 +4,10 @@ ARG BUILD_DATE ARG VCS_REF ARG VERSION +# hadolint ignore=DL3018,DL3013 RUN apk --no-cache add --virtual build-dependencies build-base && \ pip install --no-cache-dir troposphere && \ apk --no-cache del build-dependencies - # TODO : vérifier les labels LABEL "maintainer"="dockerimages@cabillot.eu" \ "org.label-schema.name"="troposphere" \