mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
fix9
This commit is contained in:
@ -3,8 +3,8 @@ ARG QEMU_ARCH=x86_64
|
||||
|
||||
FROM alpine AS builder
|
||||
|
||||
ADD https://github.com/balena-io/qemu/releases/download/v5.2.0%2Bbalena4/qemu-5.2.0.balena4-$QEMU_ARCH.tar.gz .
|
||||
RUN tar zxvf qemu-5.2.0.balena4-$QEMU_ARCH.tar.gz --strip-components 1
|
||||
ADD https://github.com/multiarch/qemu-user-static/releases/download/v5.2.0-2/qemu-$QEMU_ARCH-static.tar.gz .
|
||||
RUN tar zxvf qemu-$QEMU_ARCH-static.tar.gz --strip-components 1
|
||||
|
||||
FROM lsiobase/alpine:${FROM_ARCH}-3.13
|
||||
|
||||
|
Reference in New Issue
Block a user