0
0
mirror of https://github.com/thegeeklab/wp-s3-action.git synced 2024-09-20 01:42:46 +02:00
wp-s3-action/Dockerfile.armhf
2016-08-16 23:22:31 +02:00

11 lines
184 B
Docker

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