We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6371201 commit 87dacf5Copy full SHA for 87dacf5
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 \
+ && apk add --no-cache openssh-client openssh-keygen shadow pacman runuser \
5
&& rm -rf /var/cache/apk/*
6
7
COPY entrypoint.sh /entrypoint.sh
0 commit comments