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 490a109..b7c0484 100644 --- a/Dockerfile.arm64v8 +++ b/Dockerfile.arm64v8 | |||
@@ -5,6 +5,7 @@ ARG QEMU_VERSION "v4.2.0-7" | |||
5 | RUN wget https://github.com/multiarch/qemu-user-static/releases/download/${QEMU_VERSION}/qemu-aarch64-static && chmod +x qemu-aarch64-static | 5 | RUN wget https://github.com/multiarch/qemu-user-static/releases/download/${QEMU_VERSION}/qemu-aarch64-static && chmod +x qemu-aarch64-static |
6 | 6 | ||
7 | FROM arm64v8/alpine:3.11 | 7 | FROM arm64v8/alpine:3.11 |
8 | COPY qemu-arm-static /usr/bin | ||
8 | 9 | ||
9 | COPY --from=qemu qemu-aarch64-static /usr/bin/ | 10 | COPY --from=qemu qemu-aarch64-static /usr/bin/ |
10 | COPY ./ /www/ | 11 | COPY ./ /www/ |