Skip to content

Commit

Permalink
Add grep to Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Bouter <[email protected]>
  • Loading branch information
jbouter committed Feb 19, 2021
1 parent e26d2c5 commit 2c0adb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM alpine:latest

RUN apk update --no-cache \
&& apk add --no-cache openssh-client openssh-keygen shadow pacman runuser git \
grep \
&& rm -rf /var/cache/apk/*

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 2c0adb8

Please sign in to comment.