From 2e0a8307d119443101425bdb4e2dbd7f00e0c330 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Mon, 5 Oct 2020 22:06:43 +0200 Subject: [PATCH] i386 fix again --- Dockerfile-i386 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Dockerfile-i386 b/Dockerfile-i386 index c33bb37..a7208eb 100644 --- a/Dockerfile-i386 +++ b/Dockerfile-i386 @@ -1,12 +1,5 @@ -FROM alpine AS builder - -ENV QEMU_URL https://github.com/multiarch/qemu-user-static/releases/download/v5.1.0-5/qemu-i386-static.tar.gz -RUN apk add curl && curl -L ${QEMU_URL} | tar zxvf - -C . --strip-components 1 - FROM i386/alpine -COPY --from=builder qemu-i386-static /usr/bin - COPY compile.sh /tmp/compile.sh RUN chmod +x /tmp/compile.sh && \ /tmp/compile.sh && \