Skip to content

Commit 2c0adb8

Browse files
committed
Add grep to Dockerfile
Signed-off-by: Jeffrey Bouter <jb@warpnet.nl>
1 parent e26d2c5 commit 2c0adb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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 \
56
&& rm -rf /var/cache/apk/*
67

78
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)