From 8b5c0c36a5fc136897db14e00e06144ec69f36a3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 20 Jan 2022 10:29:14 +0100 Subject: [PATCH] Update Dockerfile --- inadyn/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/inadyn/Dockerfile b/inadyn/Dockerfile index 27e2696a0..23f69f883 100644 --- a/inadyn/Dockerfile +++ b/inadyn/Dockerfile @@ -57,6 +57,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get rm /automatic_packages.sh || printf '%s\n' "${PACKAGES:-}" > /ENVFILE # Install mustache +# hadolint ignore=SC2015 RUN apk add --no-cache \ go \ npm \