Skip to content

Commit c7f47a3

Browse files
authored
Update Dockerfile
1 parent 0ad6700 commit c7f47a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY check.sh /check.sh
44

55
RUN chmod +x /check.sh && \
66
apk add --no-cache curl wget bash && \
7-
apk add --no-cache bind-tools --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
7+
apk add --no-cache bind-tools --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main && \
88
apk add --no-cache grep
99

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

0 commit comments

Comments
 (0)