tomaae/storj-deployment

No longer compiles

JMF-Networks opened this issue · 3 comments

Super cool project, but cannot get to to deploy .

ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get -y install build-essential make autoconf libtool" did not complete successfully: exit code: 100

thats installation of make tools.
It is not related to the project, its something wrong on your OS. Try to execute those commands one by one and see what happens. Could be something simple as dns issue.

Sorry for my ignorance, but it appears that was coming from inside the container during its build process. My OS is focal and all these references are to debian stretch. I am able to run apt-get update && apt-get -y install build-essential make autoconf libtool on my OS fine.

=> ERROR [builder 2/6] RUN apt-get update && apt-get -y install build-essential make autoconf libtool.

#0 1.922 Err:8 http://deb.debian.org/debian stretch/main amd64 Packages
#0 1.922 404 Not Found [IP: 199.232.162.132 80]
#0 2.033 404 Not Found [IP: 199.232.162.132 80]
#0 2.133 Ign:10 http://security.debian.org/debian-security stretch/updates/main all Packages
#0 2.239 Err:12 http://security.debian.org/debian-security stretch/updates/main amd64 Packages
#0 2.239 404 Not Found [IP: 199.232.162.132 80]

Looks like a network issue. It cannot reach default debian repository.
Could be firewall or different security measure on your OS.