iotaledger / sandbox

14 stars 11 forks source link

Docker build failing #14

Closed cryptodev81 closed 5 years ago

cryptodev81 commented 6 years ago

Hi,

When trying to build the docker image using the current dockerfile (just git clone) i keep getting this message:


WARN Unable to checkout leb.io/hashland
ERROR Update failed for leb.io/hashland: Cannot detect VCS
ERROR Failed to install: Cannot detect VCS
The command '/bin/sh -c glide install' returned a non-zero code: 1
/usr/local/bin/docker failed with return code: 1```

Any idea?

Also, why isn't this image published to the docker hub?
cryptodev81 commented 6 years ago

It appears on of the dependencies relies on a site called "leb.io" which is offline. No idea what dependency is depending on this though or how to work around this. Any input is appreciated