0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-11-09 17:20:39 +00:00

Update Dockerfile.arm64 [CI SKIP]

This commit is contained in:
Brad Rydzewski 2018-08-09 00:44:06 -07:00 committed by GitHub
parent fc7cfb8ac3
commit 25ebff957d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,4 @@
# see https://github.com/docker-library/docker/issues/67
FROM arm64v8/docker:18.06-dind
ADD release/linux/arm64/drone-docker /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker"]