shipping-docker/vessel

Service 'app' failed to build: The command '/bin/sh

sagarsneh opened this issue · 1 comments

Description

I am getting this when running ./vessel start

E: Failed to fetch http://ppa.launchpad.net/ondrej/php/ubuntu/pool/main/p/php7.3/php7.3-fpm_7.3.7-2+ubuntu18.04.1+deb.sury.org+1_amd64.deb  Connection failed [IP: 91.189.95.83 80]
E: Failed to fetch http://ppa.launchpad.net/ondrej/php/ubuntu/pool/main/p/php7.3/php7.3-xml_7.3.7-2+ubuntu18.04.1+deb.sury.org+1_amd64.deb  Connection failed [IP: 91.189.95.83 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
ERROR: Service 'app' failed to build: The command '/bin/sh -c echo "deb http://ppa.launchpad.net/ondrej/php/ubuntu bionic main" > /etc/apt/sources.list.d/ppa_ondrej_php.list     && echo "deb http://ppa.launchpad.net/nginx/development/ubuntu bionic main" > /etc/apt/sources.list.d/ppa_nginx_mainline.list     && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E5267A6C     && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C300EE8C     && apt-get update     && apt-get install -y curl zip unzip git supervisor sqlite3     && apt-get install -y nginx php7.3-fpm php7.3-cli        php7.3-pgsql php7.3-sqlite3 php7.3-gd        php7.3-curl php7.3-memcached        php7.3-imap php7.3-mysql php7.3-mbstring        php7.3-xml php7.3-zip php7.3-bcmath php7.3-soap        php7.3-intl php7.3-readline php7.3-xdebug        php7.3-msgpack php7.3-igbinary php7.3-ldap     && php -r "readfile('http://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer     && mkdir /run/php     && apt-get -y autoremove     && apt-get clean     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*     && echo "daemon off;" >> /etc/nginx/nginx.conf' returned a non-zero code: 100

OS

My OS is:

  • [-] MacOS [Mojave]

Docker

The output of docker version:

Client: Docker Engine - Community
 Version:           18.09.2
 API version:       1.39
 Go version:        go1.10.8
 Git commit:        6247962
 Built:             Sun Feb 10 04:12:39 2019
 OS/Arch:           darwin/amd64
 Experimental:      false

Server: Docker Engine - Community
 Engine:
  Version:          18.09.2
  API version:      1.39 (minimum version 1.12)
  Go version:       go1.10.6
  Git commit:       6247962
  Built:            Sun Feb 10 04:13:06 2019
  OS/Arch:          linux/amd64
  Experimental:     false
 Kubernetes:
  Version:          v1.10.11
  StackAPI:         v1beta2

The output of docker-compose version:

docker-compose version 1.23.2, build 1110ad01
docker-py version: 3.6.0
CPython version: 3.6.6
OpenSSL version: OpenSSL 1.1.0h  27 Mar 2018

Hi!

Sorry about that, it looks like http://ppa.launchpad.net is having some network issues (which is more common than it should be :/ ).

If you try again in a bit, it should start working again. (It's working for me right now, hopefully it's working for you again).