sipcapture / homer5-docker

HOMER 5 Docker Containers (OBSOLETE)
http://sipcapture.org
40 stars 61 forks source link

Build failure #21

Closed danjenkins closed 8 years ago

danjenkins commented 8 years ago

Building from scratch and the build for webapp fails

Step 7 : RUN apt-get install --no-install-recommends --no-install-suggests -yqq ca-certificates apache2 libapache2-mod-php5 php5 php5-cli php5-gd php-pear php5-dev php5-mysql php5-json php-services-json git wget pwgen perl libdbi-perl libclass-dbi-mysql-perl && rm -rf /var/lib/apt/lists/*
 ---> Running in 427b7640ed13
E: Failed to fetch http://httpredir.debian.org/debian/pool/main/libs/libsub-name-perl/libsub-name-perl_0.12-1_amd64.deb  Error reading from server. Remote end closed connection [IP: 128.31.0.66 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
ERROR: Service 'webapp' failed to build: The command '/bin/sh -c apt-get install --no-install-recommends --no-install-suggests -yqq ca-certificates apache2 libapache2-mod-php5 php5 php5-cli php5-gd php-pear php5-dev php5-mysql php5-json php-services-json git wget pwgen perl libdbi-perl libclass-dbi-mysql-perl && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100
danjenkins commented 8 years ago

Re-ran it and it seems to work now. Not sure if theres a bug in initial build

dougbtv commented 8 years ago

Dan that looks like an intermittent network connectivity issue with running apt and getting something like Error reading from server. Remote end closed connection [IP: 128.31.0.66 80] - maybe not even on your end but possible with the apt repo it pulled from.

Especially if it worked during a re-run of the build.

On Fri, Sep 23, 2016, 2:18 AM Dan Jenkins notifications@github.com wrote:

Re-ran it and it seems to work now. Not sure if theres a bug in initial build

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sipcapture/homer-docker/issues/21#issuecomment-249155212, or mute the thread https://github.com/notifications/unsubscribe-auth/AFN_vbXz5yePpk-YXsf3aginNrhp8WPPks5qs6dYgaJpZM4KE0qj .

danjenkins commented 8 years ago

Yup, closing