aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile.arm64v8
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.arm64v8')
-rw-r--r--Dockerfile.arm64v81
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8
index 707dd83..69132a3 100644
--- a/Dockerfile.arm64v8
+++ b/Dockerfile.arm64v8
@@ -1,4 +1,5 @@
1FROM arm64v8/alpine:3.11 1FROM arm64v8/alpine:3.11
2COPY qemu-arm-static /usr/bin
2 3
3COPY ./ /www/ 4COPY ./ /www/
4 5