laravel sail 首次啟動報錯

laravel176發表於2022-08-01

環境是:wsl2 下的 Ubuntu 20.04 LTS

執行 cd school && ./vendor/bin/sail up 就報錯

映象源都換了

#0 434.1 Creating config file /etc/php/8.1/mods-available/xmlreader.ini with new version
#0 434.4
#0 434.4 Creating config file /etc/php/8.1/mods-available/xmlwriter.ini with new version
#0 435.0
#0 435.0 Creating config file /etc/php/8.1/mods-available/xsl.ini with new version
#0 435.5 Setting up dh-autoreconf (20) ...
#0 435.5 Setting up php8.1-dev (8.1.8-1+ubuntu22.04.1+deb.sury.org+1) ...
#0 435.5 update-alternatives: using /usr/bin/php-config8.1 to provide /usr/bin/php-config (php-config) in auto mode
#0 435.5 update-alternatives: warning: skip creation of /usr/share/man/man1/php-config.1.gz because associated file /usr/share/man/man1/php-config8.1.1.gz (of link group php-config) doesn't exist
#0 435.5 update-alternatives: using /usr/bin/phpize8.1 to provide /usr/bin/phpize (phpize) in auto mode
#0 435.5 update-alternatives: warning: skip creation of /usr/share/man/man1/phpize.1.gz because associated file /usr/share/man/man1/phpize8.1.1.gz (of link group phpize) doesn't exist
#0 435.5 Setting up g++ (4:11.2.0-1ubuntu1) ...
#0 435.6 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
#0 435.6 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
#0 435.6 Setting up php8.1-redis (5.3.7+4.3.0-1+ubuntu22.04.1+deb.sury.org+2) ...
#0 435.7 Setting up build-essential (12.9ubuntu3) ...
#0 435.7 Setting up php-pear (1:1.10.12+submodules+notgz+20210212-1ubuntu3) ...
#0 435.7 Setting up php8.1-memcached (3.2.0+2.2.0-1+ubuntu22.04.1+deb.sury.org+1) ...
#0 435.8 Setting up debhelper (13.6ubuntu1) ...
#0 435.8 Setting up pkg-php-tools (1.42build1) ...
#0 435.9 Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
#0 435.9 Processing triggers for php8.1-cli (8.1.8-1+ubuntu22.04.1+deb.sury.org+1) ...
#0 442.8 All settings correct for using Composer
#0 442.8 Downloading...
#0 447.4
#0 447.4 Composer (version 2.3.10) successfully installed to: /usr/bin/composer
#0 447.4 Use it: php /usr/bin/composer
#0 447.4
#0 448.2
#0 448.2 ## Installing the NodeSource Node.js 16.x repo...
#0 448.2
#0 448.2
#0 448.2 ## Populating apt-get cache...
#0 448.2
#0 448.2 + apt-get update
#0 448.9 Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
#0 448.9 Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease
#0 449.1 Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
#0 449.4 Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
#0 449.5 Hit:5 https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease
#0 449.5 Reading package lists...
#0 450.1
#0 450.1 ## Installing packages required for setup: lsb-release...
#0 450.1
#0 450.1 + apt-get install -y lsb-release > /dev/null 2>&1
#0 453.5
#0 453.5 ## Your distribution, identified as "Ubuntu Jammy Jellyfish (development branch)", is a pre-release version of Ubuntu. NodeSource does not maintain official support for Ubuntu versions until they are formally released. You can try using the manual installation instructions available at https://github.com/nodesource/distributions and use the latest supported Ubuntu version name as the distribution identifier, although this is not guaranteed to work.
#0 453.5
------
failed to solve: executor failed running [/bin/sh -c apt-get update     && apt-get install -y gnupg gosu curl ca-certificates zip unzip git supervisor sqlite3 libcap2-bin libpng-dev python2     && mkdir -p ~/.gnupg     && chmod 600 ~/.gnupg     && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf     && echo "keyserver hkp://keyserver.ubuntu.com:80" >> ~/.gnupg/dirmngr.conf     && gpg --recv-key 0x14aa40ec0831756756d7f66c4f4ea0aae5267a6c     && gpg --export 0x14aa40ec0831756756d7f66c4f4ea0aae5267a6c > /usr/share/keyrings/ppa_ondrej_php.gpg     && echo "deb [signed-by=/usr/share/keyrings/ppa_ondrej_php.gpg] https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy main" > /etc/apt/sources.list.d/ppa_ondrej_php.list     && apt-get update     && apt-get install -y php8.1-cli php8.1-dev        php8.1-pgsql php8.1-sqlite3 php8.1-gd        php8.1-curl        php8.1-imap php8.1-mysql php8.1-mbstring        php8.1-xml php8.1-zip php8.1-bcmath php8.1-soap        php8.1-intl php8.1-readline        php8.1-ldap        php8.1-msgpack php8.1-igbinary php8.1-redis php8.1-swoole        php8.1-memcached php8.1-pcov php8.1-xdebug     && php -r "readfile('https://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer     && curl -sLS https://deb.nodesource.com/setup_$NODE_VERSION.x | bash -     && apt-get install -y nodejs     && npm install -g npm     && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarn.gpg >/dev/null     && echo "deb [signed-by=/usr/share/keyrings/yarn.gpg] https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list     && curl -sS https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor | tee /usr/share/keyrings/pgdg.gpg >/dev/null     && echo "deb [signed-by=/usr/share/keyrings/pgdg.gpg] http://apt.postgresql.org/pub/repos/apt jammy-pgdg main" > /etc/apt/sources.list.d/pgdg.list     && apt-get update     && apt-get install -y yarn     && apt-get install -y mysql-client     && apt-get install -y postgresql-client-$POSTGRES_VERSION     && apt-get -y autoremove     && apt-get clean     && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*]: exit code: 1
本作品採用《CC 協議》,轉載必須註明作者和本文連結

相關文章