Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleplus authored Jun 5, 2023
1 parent 4180bcc commit 8c40087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgp-verify-jar/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.18.0

# hadolint ignore=DL3018,SC2155
# hadolint ignore=DL3018
RUN apk --update --no-cache add bash curl gnupg \
&& rm -rf /var/cache/apk/* \
# create gpg directory to prevent keyboxd to automagically start, see https://github.com/nodejs/docker-node/pull/1895#issuecomment-1550389150
Expand Down

0 comments on commit 8c40087

Please sign in to comment.