We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cbf1e5 commit 0ad6700Copy full SHA for 0ad6700
Dockerfile
@@ -5,5 +5,6 @@ COPY check.sh /check.sh
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
8
+ apk add --no-cache grep
9
10
ENTRYPOINT ["/bin/bash", "-l", "-c", "/check.sh"]
0 commit comments