FROM alpine:3.6 RUN apk add --update ca-certificates && update-ca-certificates COPY ./* /usr/local/bin/ CMD ["sh"]