Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lmc999 authored Apr 2, 2024
1 parent 0ad6700 commit c7f47a3
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
Expand Up @@ -4,7 +4,7 @@ COPY check.sh /check.sh

RUN chmod +x /check.sh && \
apk add --no-cache curl wget bash && \
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 && \
apk add --no-cache grep

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

0 comments on commit c7f47a3

Please sign in to comment.