aboutsummaryrefslogtreecommitdiffhomepage
path: root/Dockerfile.arm64v8
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-05-19 22:53:42 -0700
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-05-19 23:05:37 -0700
commit514b68eae35e865eb8c0bc42954983ca24ffc331 (patch)
treed6efbf008c8586bcd3bf34e2562a7e70b48ddb0e /Dockerfile.arm64v8
parentcf2df79869b7376a6ffbce699755779ef7b9f137 (diff)
downloadhomer-514b68eae35e865eb8c0bc42954983ca24ffc331.tar.gz
homer-514b68eae35e865eb8c0bc42954983ca24ffc331.tar.zst
homer-514b68eae35e865eb8c0bc42954983ca24ffc331.zip
Fix arg syntax
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/