From 5f161ae51b5b4781bfea90a828b4251745d24c6d Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 30 Jan 2020 11:09:56 -0800 Subject: [PATCH] Copy all qemu files because drone is being weird --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d45d15..0ceae63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,8 @@ FROM ${REPO}/python:3-alpine # Copy mutliarch file to run builds on x86_64 ARG ARCH=x86_64 -COPY --from=qemu-user-static /usr/bin/qemu-${ARCH}-* /usr/bin/ +COPY --from=qemu-user-static /usr/bin/qemu-* /usr/bin/ +# COPY --from=qemu-user-static /usr/bin/qemu-${ARCH}-* /usr/bin/ RUN mkdir -p /src WORKDIR /src