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

Issue on first step #1

Open
hugolebihan56 opened this issue Apr 23, 2022 · 0 comments
Open

Issue on first step #1

hugolebihan56 opened this issue Apr 23, 2022 · 0 comments

Comments

@hugolebihan56
Copy link

=> ERROR [symfony_php 2/16] RUN apt-get update || apt-get update && apt-get install -y apt-utils git zip unzip gnupg gnupg1 gnupg2 wget libfreetype6-dev 10.0s

[symfony_php 2/16] RUN apt-get update || apt-get update && apt-get install -y apt-utils git zip unzip gnupg gnupg1 gnupg2 wget libfreetype6-dev libjpeg62-turbo-dev libpng-dev && docker-php-ext-install -j$(nproc) iconv && docker-php-ext-install -j$(nproc) zip pdo pdo_mysql && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && docker-php-ext-install -j$(nproc) gd && docker-php-ext-enable pdo_mysql:
#18 0.248 Get:1 http://security.debian.org/debian-security stretch/updates InRelease [53.0 kB]
#18 0.248 Ign:2 http://deb.debian.org/debian stretch InRelease
#18 0.267 Get:3 http://deb.debian.org/debian stretch-updates InRelease [93.6 kB]
#18 0.298 Get:4 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
#18 0.322 Get:5 http://deb.debian.org/debian buster InRelease [122 kB]
#18 0.377 Get:6 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
#18 0.391 Get:7 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [762 kB]
#18 0.422 Get:8 http://deb.debian.org/debian stretch Release [118 kB]
#18 0.507 Get:9 http://deb.debian.org/debian stretch Release.gpg [3177 B]
#18 0.582 Ign:4 http://security.debian.org/debian-security buster/updates InRelease
#18 0.680 Ign:5 http://deb.debian.org/debian buster InRelease
#18 0.702 Get:10 http://deb.debian.org/debian buster/main amd64 Packages [7911 kB]
#18 0.751 Get:11 http://security.debian.org/debian-security buster/updates/main amd64 Packages [318 kB]
#18 0.791 Ign:6 http://deb.debian.org/debian buster-updates InRelease
#18 3.611 Get:12 http://deb.debian.org/debian buster-updates/main amd64 Packages [8796 B]
#18 3.619 Get:13 http://deb.debian.org/debian stretch/main amd64 Packages [7080 kB]
#18 6.987 Fetched 16.6 MB in 6s (2450 kB/s)
#18 6.987 Reading package lists...
#18 8.230 W: GPG error: http://security.debian.org/debian-security buster/updates InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 112695A0E562B32A NO_PUBKEY 54404762BBB6E853
#18 8.230 W: The repository 'http://security.debian.org/debian-security buster/updates InRelease' is not signed.
#18 8.230 W: GPG error: http://deb.debian.org/debian buster InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY DCC9EFBF77E11517
#18 8.230 W: The repository 'http://deb.debian.org/debian buster InRelease' is not signed.
#18 8.230 W: GPG error: http://deb.debian.org/debian buster-updates InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 648ACFD622F3D138 NO_PUBKEY 0E98404D386FA1D9
#18 8.230 W: The repository 'http://deb.debian.org/debian buster-updates InRelease' is not signed.
#18 8.251 Reading package lists...
#18 9.502 Building dependency tree...
#18 9.731 Reading state information...
#18 9.811 Some packages could not be installed. This may mean that you have
#18 9.811 requested an impossible situation or if you are using the unstable
#18 9.811 distribution that some required packages have not yet been created
#18 9.811 or been moved out of Incoming.
#18 9.811 The following information may help to resolve the situation:
#18 9.811
#18 9.811 The following packages have unmet dependencies:
#18 9.898 apt-utils : Depends: apt (= 1.8.2.3) but 1.4.8 is to be installed
#18 9.918 E: Unable to correct problems, you have held broken packages.


failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c apt-get update || apt-get update && apt-get install -y apt-utils git zip unzip gnupg gnupg1 gnupg2 wget libfreetype6-dev libjpeg62-turbo-dev libpng-dev && docker-php-ext-install -j$(nproc) iconv && docker-php-ext-install -j$(nproc) zip pdo pdo_mysql && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ && docker-php-ext-install -j$(nproc) gd && docker-php-ext-enable pdo_mysql]: exit code: 100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant