]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - Dockerfile.arm64v8
Fix arg syntax
[github/bastienwirtz/homer.git] / Dockerfile.arm64v8
index b7c0484f54c3e1316ae34c6287e4385d099ceb6d..0845c34e25811fccea0d71a106c1986c294797a0 100644 (file)
@@ -1,11 +1,10 @@
 FROM alpine as qemu
 
-ARG QEMU_VERSION "v4.2.0-7"
+ARG QEMU_VERSION="v4.2.0-7"
 
 RUN wget https://github.com/multiarch/qemu-user-static/releases/download/${QEMU_VERSION}/qemu-aarch64-static && chmod +x qemu-aarch64-static
 
 FROM arm64v8/alpine:3.11
-COPY qemu-arm-static /usr/bin
 
 COPY --from=qemu qemu-aarch64-static /usr/bin/
 COPY ./ /www/