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

Docker web failed to build #32

Open
itchybunion6235 opened this issue Mar 17, 2021 · 2 comments
Open

Docker web failed to build #32

itchybunion6235 opened this issue Mar 17, 2021 · 2 comments
Assignees
Labels
wontfix This will not be worked on

Comments

@itchybunion6235
Copy link

Hello,
when I issue command: docker-compose build --force-rm in git directory I cloned.
I get the following Error messages:

E: Release file for http://security.debian.org/debian-security/dists/buster/updates/InRelease is not valid yet (invalid for another 3h 25min 18s). Updates for this repository will not be applied.

E: Release file for http://deb.debian.org/debian/dists/buster-updates/InRelease is not valid yet (invalid for another 15h 12min 54s). Updates for this repository will not be applied.

Removing intermediate container a9036a99ab10

ERROR: Service 'web' failed to build: The command '/bin/sh -c apt-get update -yq && apt-get install -yq --no-install-recommends apt-utils python3 python3-pip libmagic-dev python3-dev gcc && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*' returned a non-zero code: 100

How am I supposed to solve this issue?

Thanks in Advance
I am on Ubuntu 20.04

@int3ring0
Copy link

Same here. docker-compose build seems not to take http_proxy and https_proxy settings from environment.

@MaKyOtOx MaKyOtOx self-assigned this Feb 9, 2022
@MaKyOtOx
Copy link
Contributor

MaKyOtOx commented Feb 9, 2022

Hi there. These env vars should be passed in the Dockerfile + docker-entrypoint.sh eventually.
It appears to apply only in offline of proxified environment.
-> Won't be fixed except if a community member submit it

@MaKyOtOx MaKyOtOx added the wontfix This will not be worked on label Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants