docker-db-apex-dev
docker-db-apex-dev copied to clipboard
Build fails for Docker on Windows
I know maybe not the best idea but I install the Windows Docker Desktop and tried to build the image. It keeps on failing on the build due to errors in the install_main.sh script.
First error was that Docker on Windows complains about bash not being OK, after I deleted the invocation of bash it is giving me an unexpected end of file on line 135. No idea why, but I have to admit I am pretty new to Docker.
Hi, did you clone the repo using git or did you download the zip? Seems that git in Windows could have some problems with line endings: https://github.com/Dani3lSun/docker-db-apex-dev/issues/25
If so just download the zip of the repo, then you should be good to go
Thanks for getting back to me. Downloaded the zip file, tried from there, and getting executor failed running [/bin/sh -c /scripts/install_main.sh]: exit code: 1
Hmm there are happening a couple of validations in https://github.com/Dani3lSun/docker-db-apex-dev/blob/master/scripts/validations.sh Could be that you didn't download all the required files and executables which should be placed under "files" directory