mirror of
https://github.com/b4tman/armhf-alpine-qemu.git
synced 2024-12-05 01:26:54 +00:00
Copying actual file names instead of directory
This commit is contained in:
parent
ccc13feecd
commit
dc152a38ba
@ -1,2 +0,0 @@
|
||||
Dockerfile
|
||||
LICENCE
|
@ -2,6 +2,7 @@ FROM container4armhf/armhf-alpine
|
||||
|
||||
ENV QEMU_EXECVE 1
|
||||
|
||||
COPY . /usr/bin
|
||||
COPY qemu-arm-static /usr/bin
|
||||
COPY resin-xbuild /usr/bin
|
||||
|
||||
RUN [ "qemu-arm-static", "/bin/sh", "-c", "ln -s resin-xbuild /usr/bin/cross-build-start; ln -s resin-xbuild /usr/bin/cross-build-end; ln /bin/sh /bin/sh.real" ]
|
||||
RUN [ "/usr/bin/qemu-arm-static", "/bin/sh", "-c", "ln -s resin-xbuild /usr/bin/cross-build-start; ln -s resin-xbuild /usr/bin/cross-build-end; ln /bin/sh /bin/sh.real" ]
|
||||
|
Loading…
Reference in New Issue
Block a user