We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad6700 commit c7f47a3Copy full SHA for c7f47a3
Dockerfile
@@ -4,7 +4,7 @@ COPY check.sh /check.sh
4
5
RUN chmod +x /check.sh && \
6
apk add --no-cache curl wget bash && \
7
- apk add --no-cache bind-tools --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
+ apk add --no-cache bind-tools --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main && \
8
apk add --no-cache grep
9
10
ENTRYPOINT ["/bin/bash", "-l", "-c", "/check.sh"]
0 commit comments