From 96b7529e9798f724549beb807f5919f0b0ef8e5e Mon Sep 17 00:00:00 2001 From: Alexandre Date: Thu, 20 Jan 2022 21:31:36 +0100 Subject: [PATCH] hadolint --- joal/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/joal/Dockerfile b/joal/Dockerfile index 8e8dd7c68..db4cf0929 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -25,8 +25,7 @@ FROM anthonyraymond/joal:$BUILD_UPSTREAM # Install Joal # spellcheck disable=SC2015 -# hadolint ignore=SC2015 -# hadolint ignore=DL4006 +# hadolint ignore=SC2015,DL4006 RUN \ if ! command -v curl >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends curl || apk add --no-cache curl); fi \ && curl -s -S -J -L -o /tmp/joal.tar.gz $(curl -s https://api.github.com/repos/anthonyraymond/joal/releases/latest | grep -o "http.*joal.tar.gz") >/dev/null \