Revert "Don't copy extra qemu files"
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This reverts commit 5b69eacdd5
.
This commit is contained in:
parent
c67fe1f4c7
commit
162e8618cb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user