Skip to content

Commit 0ad6700

Browse files
authored
Update Dockerfile
1 parent 2cbf1e5 commit 0ad6700

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ COPY check.sh /check.sh
55
RUN chmod +x /check.sh && \
66
apk add --no-cache curl wget bash && \
77
apk add --no-cache bind-tools --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
8+
apk add --no-cache grep
89

910
ENTRYPOINT ["/bin/bash", "-l", "-c", "/check.sh"]

0 commit comments

Comments
 (0)