From 75fef0888b30d311fb84830b69683db8e3cebb94 Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Wed, 16 Jan 2019 12:42:37 -0600 Subject: [PATCH] final tweak2 --- Dockerfile.arm64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 28f1c42..5922d9a 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -6,7 +6,7 @@ ENV DEBUG="False" COPY / /app -COPY /tmp/qemu-arm-static /usr/bin/qemu-aarch64-static +COPY /tmp/qemu-aarch64-static /usr/bin/qemu-aarch64-static RUN python3 -m pip install -r /app/requirements.txt