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