]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - Dockerfile.arm32v7
Fix arg syntax
[github/bastienwirtz/homer.git] / Dockerfile.arm32v7
index d78d608c1713140beb58cbbcdf0059da32b7572a..3b182437fc1a2a970df6e6822f41cc2604653a52 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-arm-static && chmod +x qemu-arm-static
 
 FROM arm32v7/alpine:3.11
-COPY --from=builder qemu-aarch64-static /usr/bin
 
 COPY --from=qemu qemu-arm-static /usr/bin/
 COPY ./ /www/