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