Skip to content

Commit

Permalink
Skip rule DL3018 when adding runtime dependencies
Browse files Browse the repository at this point in the history
Skip Hadolint rule DL3018 (Pin versions in apk add) because package list
is programmatically generated.
  • Loading branch information
sbreker committed Apr 26, 2024
1 parent de1c047 commit c2a586f
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 @@ -48,7 +48,7 @@ RUN apk add --no-cache --virtual .build-deps \
| xargs -r apk info --installed || true \
| sort -u \
)" \
&& apk add --virtual .gearmand-rundeps $runDeps \
# && apk add --virtual .gearmand-rundeps $runDeps \
&& apk del .build-deps \
&& /usr/local/sbin/gearmand --version

Expand Down

0 comments on commit c2a586f

Please sign in to comment.