Skip to content

Commit

Permalink
feat: add gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
msiegenthaler committed Nov 13, 2018
1 parent 895954f commit 94b7c7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ LABEL maintainer="[email protected]"
RUN apk --no-cache add bash
RUN apk --no-cache add --update curl wget ca-certificates
RUN apk --no-cache add jq
RUN apk --no-cache add gnupg

ENV SPRUCE_VERSION 1.18.2
RUN wget https://github.com/geofffranks/spruce/releases/download/v${SPRUCE_VERSION}/spruce-linux-amd64 \
Expand Down

0 comments on commit 94b7c7c

Please sign in to comment.