FROM alpine ADD run.sh /bin/ RUN chmod +x /bin/run.sh RUN apk -Uuv add curl ca-certificates bash #ENTRYPOINT /bin/run.sh