diff options
Diffstat (limited to 'Dockerfile.arm64v8')
-rw-r--r-- | Dockerfile.arm64v8 | 1 |
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 @@ | |||
1 | FROM arm64v8/alpine:3.11 | 1 | FROM arm64v8/alpine:3.11 |
2 | COPY qemu-arm-static /usr/bin | ||
2 | 3 | ||
3 | COPY ./ /www/ | 4 | COPY ./ /www/ |
4 | 5 | ||