Skip to content

Commit

Permalink
Added gpg to the image
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-szabo committed Feb 16, 2023
1 parent c3335e2 commit 0430704
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
Expand Up @@ -2,7 +2,7 @@ FROM debian:bullseye-slim
ENV VERSION=11.6.0
ENV NAME=custom

RUN apt-get update && apt-get install -y wget xorriso cpio
RUN apt-get update && apt-get install -y wget xorriso cpio gnupg

COPY --chown=0:0 entrypoint.sh /usr/bin

Expand Down

0 comments on commit 0430704

Please sign in to comment.