We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87dacf5 commit e26d2c5Copy full SHA for e26d2c5
Dockerfile
@@ -1,7 +1,7 @@
1
FROM alpine:latest
2
3
RUN apk update --no-cache \
4
- && apk add --no-cache openssh-client openssh-keygen shadow pacman runuser \
+ && apk add --no-cache openssh-client openssh-keygen shadow pacman runuser git \
5
&& rm -rf /var/cache/apk/*
6
7
COPY entrypoint.sh /entrypoint.sh
0 commit comments