mirror of
https://github.com/thegeeklab/wp-s3-action.git
synced 2024-11-10 04:40:38 +00:00
Added armhf dockerfile
This commit is contained in:
parent
3a4e772b40
commit
afad33ff8a
10
Dockerfile.armhf
Normal file
10
Dockerfile.armhf
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
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"]
|
Loading…
Reference in New Issue
Block a user