Skip to content

Commit

Permalink
Ignore Hadolint rule DL3019 use '--no-cache'
Browse files Browse the repository at this point in the history
Ignoring Hadolint rule DL3019 (Use the --no-cache switch) as this
appears to be a false positive. Dockerfile is making use of the
'--no-cache' switch.
  • Loading branch information
sbreker committed Apr 29, 2024
1 parent 7bd2858 commit dc5cb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1.1.21.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SHELL ["/bin/ash", "-euxo", "pipefail", "-c"]
RUN addgroup -S gearman && adduser -G gearman -S -D -H -s /bin/false -g "Gearman Server" gearman

# Package list 'runDeps' is programmatically generated.
# hadolint ignore=SC2086
# hadolint ignore=SC2086, DL3019
RUN apk add --no-cache --virtual .build-deps \
wget \
tar \
Expand Down

0 comments on commit dc5cb4e

Please sign in to comment.