Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

No longer compiles #1

Open
JMF-Networks opened this issue Jun 1, 2023 · 3 comments
Open

No longer compiles #1

JMF-Networks opened this issue Jun 1, 2023 · 3 comments

Comments

@JMF-Networks
Copy link

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

@tomaae
Copy link
Owner

tomaae commented Jun 1, 2023

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.

@JMF-Networks
Copy link
Author

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]

@tomaae
Copy link
Owner

tomaae commented Jun 1, 2023

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants