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