0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-09-20 11:32:45 +02:00
wp-docker-buildx/docker/Dockerfile.arm64

5 lines
148 B
Docker
Raw Normal View History

2018-08-09 09:44:06 +02:00
FROM arm64v8/docker:18.06-dind
ADD release/linux/arm64/drone-docker /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]