mirror of
https://github.com/b4tman/armhf-alpine-qemu.git
synced 2025-08-21 09:57:32 +00:00
.dockerignore
Dockerfile
cross-build-end
cross-build-start
qemu-arm-static
sh-shim
10 lines
124 B
Plaintext
Executable File
10 lines
124 B
Plaintext
Executable File
#!/usr/bin/qemu-arm-static /bin/sh.real
|
|
|
|
set -o errexit
|
|
|
|
cp /bin/sh.real /bin/sh
|
|
|
|
/bin/sh "$@"
|
|
|
|
cp /usr/bin/sh-shim /bin/sh
|