aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile.arm64v8
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.arm64v8')
-rw-r--r--Dockerfile.arm64v83
1 files changed, 1 insertions, 2 deletions
diff --git a/Dockerfile.arm64v8 b/Dockerfile.arm64v8
index b7c0484..0845c34 100644
--- a/Dockerfile.arm64v8
+++ b/Dockerfile.arm64v8
@@ -1,11 +1,10 @@
1FROM alpine as qemu 1FROM alpine as qemu
2 2
3ARG QEMU_VERSION "v4.2.0-7" 3ARG QEMU_VERSION="v4.2.0-7"
4 4
5RUN wget https://github.com/multiarch/qemu-user-static/releases/download/${QEMU_VERSION}/qemu-aarch64-static && chmod +x qemu-aarch64-static 5RUN wget https://github.com/multiarch/qemu-user-static/releases/download/${QEMU_VERSION}/qemu-aarch64-static && chmod +x qemu-aarch64-static
6 6
7FROM arm64v8/alpine:3.11 7FROM arm64v8/alpine:3.11
8COPY qemu-arm-static /usr/bin
9 8
10COPY --from=qemu qemu-aarch64-static /usr/bin/ 9COPY --from=qemu qemu-aarch64-static /usr/bin/
11COPY ./ /www/ 10COPY ./ /www/