Skip to content

Commit

Permalink
fix: install keyboxd for proper gnupg runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed May 10, 2023
1 parent 5e6d998 commit 820f18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.17

RUN apk add --no-cache bash gnupg
RUN apk add --no-cache bash gnupg gnupg-keyboxd
ENTRYPOINT ["/usr/local/bin/entrypoint"]
COPY overlay /

0 comments on commit 820f18a

Please sign in to comment.