FROM alpine:latest RUN apk add --no-cache ca-certificates COPY bin/${REPO_NAME} /usr/local/bin/${REPO_NAME} RUN chmod +x /usr/local/bin/${REPO_NAME} CMD ["/usr/local/bin/${REPO_NAME}"]