FROM alpine:latest LABEL maintainer="matthias@mitscherlich.nl" RUN \ apk update && \ apk add --no-cache \ curl COPY entrypoint.sh /entrypoint.sh ENTRYPOINT ["/entrypoint.sh"]