Change output text
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2022-01-10 15:12:04 +01:00
parent 12598ec381
commit be7aa42d2a
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:latest
RUN apk add --no-cache curl
RUN apk add --no-cache curl jq
COPY entrypoint.sh /bin/entrypoint.sh
CMD ["/bin/entrypoint.sh"]