diff --git a/Dockerfile b/Dockerfile index 0d86d4d..f6ff390 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # hadolint ignore=DL3007 FROM alpine:latest -# hadolint ignore=DL3008 -RUN apk add \ +# hadolint ignore=DL3018 +RUN apk add --no-cache \ bash \ curl \ ca-certificates \