diff --git a/arm64v8.dockerfile b/arm64v8.dockerfile index 92fdc7e..1f9489f 100644 --- a/arm64v8.dockerfile +++ b/arm64v8.dockerfile @@ -2,7 +2,7 @@ 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 +RUN apk add curl wget && curl -L ${QEMU_URL} | tar zxvf - -C . --strip-components 1 FROM linuxserver/sonarr:arm64v8-develop