Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem building the docker image #4865

Open
astrale-sharp opened this issue Nov 8, 2023 · 4 comments
Open

Problem building the docker image #4865

astrale-sharp opened this issue Nov 8, 2023 · 4 comments
Labels

Comments

@astrale-sharp
Copy link

Hi there :), big fan long time reader.

I'm trying to build the website but running into issues, when running make build in ./publishing/ apt doesn't succeed to get curl ? and fails at step 4.

Help appreciated.

My system

Docker version: 24.0.5, build 24.0.5-0ubuntu1~22.04.1
OS: Ubuntu 22.04 jammy
Kernel: x86_64 Linux 6.2.0-36-generic

The error

Step 4/20 : RUN apt install -y curl
 ---> Running in 931a9c062076

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package curl
@nellshamrell
Copy link
Contributor

@andrewpollack any thoughts on this?

@U007D
Copy link
Contributor

U007D commented Jan 4, 2024

We're also experiencing some issues with the Docker image on Apple silicon. It will take some time for a group of volunteers to sit down and troubleshoot/come up with a solution for this.

@bennyvasquez
Copy link
Contributor

It seems like we have gotten this resolved, as it's working without problems for most of us. Is that true, @U007D @astrale-sharp?

@astrale-sharp
Copy link
Author

Hiya, after pulling, I encounter pretty much the same error
commit : eb9d064

 => ERROR [ 4/17] RUN apt-get install -y curl build-essential                                                                                                    0.1s
------
 > [ 4/17] RUN apt-get install -y curl build-essential:
------
Dockerfile:7
--------------------
   5 |     
   6 |     RUN apt-get update
   7 | >>> RUN apt-get install -y curl build-essential
   8 |     
   9 |     # pelican+friends
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get install -y curl build-essential" did not complete successfully: failed to create endpoint 2ga0d09u42g847d3ifnn2m6g1 on network bridge: adding interface veth9fd273e to bridge docker0 failed: Device does not exist
make: *** [Makefile:49 : build] Erreur 1

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

No branches or pull requests

4 participants