From 162e8618cb5db157b9ea3b6946ec309f97aebdec Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 30 Jan 2020 11:41:34 -0800 Subject: [PATCH] Revert "Don't copy extra qemu files" This reverts commit 5b69eacdd563ea2ce9ecfbbd93e5e01a69622af1. --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2f2d8f2..dd3a9f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,5 @@ ARG REPO=library FROM multiarch/qemu-user-static:4.2.0-2 as qemu-user-static -# Make sure a dummy x86_64 file exists so that the copy command doesn't error -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