Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apk add --no-cache --upgrade --no-progress \
openssh-keygen~=10.2 \
pass~=1.7 \
gnupg~=2.4 \
git~=2.52 \
&& apk add --no-cache --upgrade --no-progress --virtual .usermod \
shadow~=4.18 \
&& usermod --shell /bin/bash root \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ A minimal Alpine based image with:
- ssh-keygen
- gnupg
- pass
- git

Pulling image from GitHub Container Registry:

Expand Down