0
0
mirror of https://github.com/thegeeklab/wp-git-action.git synced 2024-06-03 04:39:42 +02:00
wp-git-action/docker/Dockerfile.linux.arm

12 lines
377 B
Docker
Raw Normal View History

2019-06-07 12:32:16 +02:00
FROM plugins/base:linux-arm
LABEL maintainer="Drone.IO Community <drone-dev@googlegroups.com>" \
org.label-schema.name="Drone Git Action" \
org.label-schema.vendor="Drone.IO Community" \
org.label-schema.schema-version="1.0"
RUN apk add --no-cache ca-certificates git openssh curl perl
ADD release/linux/arm/drone-git-action /bin/
ENTRYPOINT ["/bin/drone-git-action"]