FROM armhfbuild/alpine:3.4 RUN apk update && \ apk add ca-certificates && \ rm -rf /var/cache/apk/* ADD drone-scp /bin/ ENTRYPOINT ["/bin/drone-scp"]