Skip to content

Commit 4a7b73f

Browse files
committed
Update Dockerfile
- Add binutils - Add GCC Signed-off-by: Jeffrey Bouter <jb@warpnet.nl>
1 parent 2c0adb8 commit 4a7b73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM alpine:latest
22

33
RUN apk update --no-cache \
44
&& apk add --no-cache openssh-client openssh-keygen shadow pacman runuser git \
5-
grep \
5+
grep binutils gcc \
66
&& rm -rf /var/cache/apk/*
77

88
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)