issues in Docker
loki666 opened this issue · 1 comments
loki666 commented
this creates a loop of shells
mkdir (shell script) calls mkdir but since /sgdk is first in the PATH, it calls again the mkdir shell script
use "/bin/mkdir" in the wrapper
joeyparrish commented
PR #316 would remove create-bin-wrappers and build a universal Docker image with native Linux executables inside.