]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - Dockerfile.arm64v8
Fix multiarch docker build.
[github/bastienwirtz/homer.git] / Dockerfile.arm64v8
index 707dd83b1c243397da1bdc241001ccb967f38fcb..1e01245fb4e86eb1b66af721fbc314382088b4ed 100644 (file)
@@ -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 arm64v8/alpine:3.11
+COPY qemu-arm-static /usr/bin
 
 COPY ./ /www/