Closed MichaelEischer closed 8 months ago
Thanks a lot for opening your first issue with us! 𧑠We'll get back to you shortly! β³ If it was a Support Request, please check our extensive CTF manual first. Also, please consider asking on the community chat next time! π¬
I can confirm that this problem seems to start occuring with v10.0.0
. In v9.1.2
the error does not occur. The only change in the Dockerfile
between those releases was switching the base images from NodeJS 14.x to 18.x.
:bug: Bug report
Description
Running the docker container using
docker run -ti --rm -v $(pwd):/data bkimminich/juice-shop-ctf:v10.0.1
results in an error:sh: /juice-shop-ctf/bin/juice-shop-ctf.js: Permission denied
Manually running
chmod +x /juice-shop-ctf/bin/juice-shop-ctf.js
solves the problem.Is this a regression?
Probably, but I didn't bisect it.
:microscope: Minimal Reproduction
See below.
:fire: Exception or Error
:deciduous_tree: Your Environment
Additional Information