From c67fe1f4c7a62fdd817622bba0efeda1cecbcfce Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 30 Jan 2020 11:35:59 -0800 Subject: [PATCH] Go back to copying all files because drone doesn't like this --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 29134b5..2f2d8f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN touch /usr/bin/qemu-x86_64-fake FROM ${REPO}/alpine:3.10 # Copying all qemu files because amd64 doesn't exist and cannot condional copy -COPY --from=qemu-user-static /usr/bin/qemu-${ARCH}-* /usr/bin/ +COPY --from=qemu-user-static /usr/bin/qemu-* /usr/bin/ RUN mkdir /app WORKDIR /app/