Torjus Håkestad
be7aa42d2a
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
4 lines
114 B
Docker
4 lines
114 B
Docker
FROM alpine:latest
|
|
RUN apk add --no-cache curl jq
|
|
COPY entrypoint.sh /bin/entrypoint.sh
|
|
CMD ["/bin/entrypoint.sh"] |