wget not found
Hout opened this issue · 3 comments
Hout commented
While running your Dockerfile, I get the following:
/spigot_init.sh: line 18: wget: command not found
Error: Unable to access jarfile BuildTools.jar
cp: cannot stat '//minecraft/build/Spigot/Spigot-Server/target/spigot-1.8*.jar': No such file or directory
Error: Unable to access jarfile spigot.jar
Apparently the wget was not included in your ubuntu build?
nimmis commented
I'm in the process of rebuilding my ubuntu (with a working init script) should be working but I will check the whole chain to see
nimmis commented
While the other docker images are rebuild I've added the missing packages to this build
Hout commented
Thx! :-)