FROM alpine:3.4 MAINTAINER "Stakater Team" RUN apk add --update ca-certificates COPY Reloader /bin/Reloader ENTRYPOINT ["/bin/Reloader"]