From f936dd847318bb6317996eddd06f5e81a2b684ef Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 19 Feb 2022 10:12:37 +0100 Subject: [PATCH] Update Dockerfile --- inadyn/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inadyn/Dockerfile b/inadyn/Dockerfile index 90a4bdda3..81e62d9bb 100644 --- a/inadyn/Dockerfile +++ b/inadyn/Dockerfile @@ -58,7 +58,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get # Install mustache # spellcheck disable=SC2015 -# hadolint ignore=SC2015 +# hadolint ignore=SC2015,DL3017 RUN apk add --no-cache \ go \ npm \ @@ -70,8 +70,8 @@ RUN apk add --no-cache \ git\ go &&\ go get -u github.com/quantumew/mustache-cli &&\ - cp $GOPATH/bin/* /usr/bin/ && \ - rm -rf $GOPATH /var/cache/apk/* /tmp/src &&\ + cp "$GOPATH"/bin/* /usr/bin/ && \ + rm -rf "$GOPATH" /var/cache/apk/* /tmp/src &&\ apk del .build-deps xz build-base || true ################