Update 'Dockerfile'
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
2023-03-11 21:16:01 +01:00
parent 20511e50ec
commit fed3e03bc4

View File

@@ -1,5 +1,7 @@
FROM alpine:latest
RUN apk add curl jq
COPY check.sh /usr/local/bin/check
RUN chmod +x /usr/local/bin/check