Skip to content

Commit

Permalink
install gnupg2 to vscode stage build (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
danangmassandy authored Jan 1, 2025
1 parent b823015 commit 45fa2c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RUN groupadd --gid $USER_GID $USERNAME \
# ********************************************************
# * Anything else you want to do like clean up goes here *
# ********************************************************
RUN apt-get update && apt-get install -y gnupg2

# [Optional] Set the default user. Omit if you want to keep the default as root.
USER $USERNAME
Expand Down

0 comments on commit 45fa2c4

Please sign in to comment.