FROM alpine/git RUN apk add --no-cache curl ADD update /bin/update # Override ENTRYPOINT of alpine/git ENTRYPOINT /bin/sh