mirror of
https://github.com/b4tman/armhf-alpine-qemu.git
synced 2025-07-26 14:43:29 +00:00
Copying actual file names instead of directory
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
Dockerfile
|
|
||||||
LICENCE
|
|
@@ -2,6 +2,7 @@ FROM container4armhf/armhf-alpine
|
|||||||
|
|
||||||
ENV QEMU_EXECVE 1
|
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" ]
|
||||||
|
Reference in New Issue
Block a user