Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Could not connect to security.debian.org:80

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
san302004
Posts: 1
Joined: 2018-09-12 18:22

Could not connect to security.debian.org:80

#1 Post by san302004 »

Hi There,

Greeting !!!
I am getting below error with command 'docker-compose up'.

Pls help

Regards,


$ docker-compose up
Building dockerzon
Step 1/12 : FROM ruby:2.3-slim
---> 40517055c31b
Step 2/12 : MAINTAINER Nick Janetakis <nick.janetakis@gmail.com>
---> Using cache
---> 1c78d9c569ce
Step 3/12 : RUN apt-get update && apt-get install -qq -y --no-install-recommends build-essential nodejs libpq-dev
---> Running in fbfa8a13d93c
Err:1 http://security.debian.org/debian-security stretch/updates InRelease
Could not connect to security.debian.org:80 (133.242.99.74), connection timed out
Err:2 http://cdn-fastly.deb.debian.org/debian stretch InRelease
Temporary failure resolving 'cdn-fastly.deb.debian.org'
Err:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease
Temporary failure resolving 'cdn-fastly.deb.debian.org'
Reading package lists...
W: Failed to fetch http://deb.debian.org/debian/dists/stretch/InRelease Temporary failure resolving 'cdn-fastly.deb.debian.org'
W: Failed to fetch http://security.debian.org/debian-secur ... /InRelease Could not connect to security.debian.org:80 (133.242.99.74), connection timed out
W: Failed to fetch http://deb.debian.org/debian/dists/stre ... /InRelease Temporary failure resolving 'cdn-fastly.deb.debian.org'
W: Some index files failed to download. They have been ignored, or old ones used instead.
E: Unable to locate package build-essential
E: Unable to locate package nodejs
E: Unable to locate package libpq-dev
ERROR: Service 'dockerzon' failed to build: The command '/bin/sh -c apt-get update && apt-get install -qq -y --no-install-recommends build-essential nodejs libpq-dev' returned a non-zero code: 100

SAND@SAND12 MINGW64 ~/Documents/Learning/Docker/dockerzon
$

Post Reply