FROM alpine:3.8 ENTRYPOINT ["/tmp/docker-entrypoint.sh"] COPY docker-entrypoint.sh \ check_ip.sh \ /tmp/ RUN apk --update --no-cache add curl