Skip to content

Commit

Permalink
Add missing grep to Dockerfile (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
micnncim authored May 6, 2020
1 parent 3c176cc commit eb03b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:latest

RUN apk add --no-cache git
RUN apk add --no-cache git grep

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit eb03b12

Please sign in to comment.