diff --git a/Dockerfile b/Dockerfile index c46915d..e8754f3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/README.md b/README.md index 50b27ca..4570ca5 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ A minimal Alpine based image with: - ssh-keygen - gnupg - pass +- git Pulling image from GitHub Container Registry: