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
1 changed files with 4 additions and 1 deletions

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"]