nyx-net icon indicating copy to clipboard operation
nyx-net copied to clipboard

unable to build the docker and setup.sh failed

Open S1utbunny opened this issue 2 months ago • 1 comments

when I try to build the docker, I met the error as : => ERROR [42/53] RUN sh pack.sh 0.3s

[42/53] RUN sh pack.sh: 0.288 sh: 0: Can't open pack.sh


Dockerfile:79

77 |
78 | WORKDIR /home/ubuntu/packer/linux_initramfs/ 79 | >>> RUN sh pack.sh 80 |
81 | WORKDIR /home/ubuntu/packer/packer/compiler/

ERROR: failed to build: failed to solve: process "/bin/sh -c sh pack.sh" did not complete successfully: exit code: 127 when I add chmod +x pack.sh, it told me there is no file named pack.sh.

S1utbunny avatar Oct 20 '25 11:10 S1utbunny