Closed netoeuler closed 1 year ago
Hey there! Thank you for your report! I will fix that issue ASAP!
Hello again!
I tested this case on my own system and everything seems to be OK.
Can you make sure that you are building the docker image on the correct directory with this following command:
docker build -t qu1cksc0pe .
Sorry for the late reply.
I'm running the command docker build -t qu1cksc0pe .
from the Qu1cksc0pe directory and now it works, but I'm still getting the following error:
=> [ 6/10] RUN ln -s /root /home/root 0.3s => ERROR [ 7/10] RUN ./setup.sh 0.5s ------
[ 7/10] RUN ./setup.sh: 0.444 /bin/sh: 1: ./setup.sh: not found ------ Dockerfile:18 -------------------- 16 | #RUN chmod +x qu1cksc0pe.py setup.sh 17 | RUN ln -s /root /home/root 18 | >>> RUN ./setup.sh 19 | RUN wget https://github.com/CYB3RMX/MalwareHashDB/raw/main/HashDB -O /home/root/sc0pe_Base/HashDB -------------------- ERROR: failed to solve: process "/bin/sh -c ./setup.sh" did not complete successfully: exit code: 127
On "Setup and Installation" section, it says that to use the Docker image, have to run the command:
docker build qu1cksc0pe .
But it returns the following:
So, I had to run the command:
docker build .
Which returned the following:
These steps were done on Windows 10 with Docker v4.24.0