X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Dockerfile.arm32v7;h=e78d37c8f61f561821c6359ee48ccf7c29fad171;hb=525120de61ec27c8d64207a703061c9400f77c07;hp=79a7a61fb8f51a264e8b0df872697369aac77cb3;hpb=e6701f57ccbd61bf479635061339aeaf44b56116;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index 79a7a61..e78d37c 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -1,4 +1,11 @@ +FROM alpine AS builder + +# Download QEMU, see https://github.com/docker/hub-feedback/issues/1261 +ENV QEMU_URL https://github.com/balena-io/qemu/releases/download/v3.0.0%2Bresin/qemu-3.0.0+resin-aarch64.tar.gz +RUN apk add curl && curl -L ${QEMU_URL} | tar zxvf - -C . --strip-components 1 + FROM arm32v7/alpine:3.11 +COPY --from=builder qemu-aarch64-static /usr/bin COPY ./ /www/