Try moving everything to a new dir
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-01-30 16:03:56 -08:00
parent 079057ace5
commit efb29fc022
1 changed files with 6 additions and 0 deletions

View File

@ -4,6 +4,12 @@
ARG REPO=library
FROM multiarch/qemu-user-static:4.2.0-2 as qemu-user-static
# Try in a new dir
RUN mkdir /qemu
RUN touch /qemu/qemu-x86_64-dummy
RUN cp /usr/bin/qemu-* /qemu/
RUN ls -al /qemu
# What's going on here? Why does the dir go away?
RUN ls -al /usr/bin
RUN echo "" > /usr/bin/dummy