Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
betaxab committed Jun 11, 2024
1 parent 18c926f commit 9cb4f85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:2.7-alpine
FROM alpine:latest

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 grep
apk add --no-cache grep openssl ca-certificates uuidgen

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

0 comments on commit 9cb4f85

Please sign in to comment.