nimmis / docker-spigot

A docker container with spigot, builds spigot.jar on first start
175 stars 82 forks source link

wget not found #1

Closed Hout closed 9 years ago

Hout commented 9 years ago

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 9 years ago

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 9 years ago

While the other docker images are rebuild I've added the missing packages to this build

Hout commented 9 years ago

Thx! :-)