From 6ec305581535ca81a30058c6524ce47eefe3421f Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 30 Jan 2020 15:44:05 -0800 Subject: [PATCH] Try to copy single qemu file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ae587e..07b5602 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM ${REPO}/python:3-alpine # This should be the target qemu arch ARG ARCH=x86_64 -COPY --from=qemu-user-static /usr/bin/qemu-* /usr/bin/ +COPY --from=qemu-user-static /usr/bin/qemu-${ARCH}-* /usr/bin/ # Everything below here is just a simple example