You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
Hello,
when I execute docker build , returned a non-zero code: 31
My environment :
OS : Fedora 29
Docker : Docker version 1.13.1, build 092cba3
that's the error:
Step 1/4 : FROM alpine:latest
---> cdf98d1859c1
Step 2/4 : RUN apk --no-cache add bash curl openssl postgresql apache2-ssl php7 php7-apache2 php7-ctype php7-curl php7-dom php7-fileinfo php7-json php7-mcrypt php7-openssl php7-pdo php7-pdo_sqlite php7-pgsql php7-phar php7-posix php7-session php7-simplexml php7-soap php7-sqlite3 php7-tokenizer php7-xdebug php7-xml php7-xmlreader php7-xmlwriter php7-zip php7-zlib python2
---> Running in 056b37cd881c
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz: temporary error (try again later)
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz
WARNING: Ignoring http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz: temporary error (try again later)
ERROR: unsatisfiable constraints:
apache2-ssl (missing):
required by: world[apache2-ssl]
bash (missing):
required by: world[bash]
curl (missing):
required by: world[curl]
openssl (missing):
required by: world[openssl]
php7 (missing):
required by: world[php7]
php7-apache2 (missing):
required by: world[php7-apache2]
php7-ctype (missing):
required by: world[php7-ctype]
php7-curl (missing):
required by: world[php7-curl]
php7-dom (missing):
required by: world[php7-dom]
php7-fileinfo (missing):
required by: world[php7-fileinfo]
php7-json (missing):
required by: world[php7-json]
php7-mcrypt (missing):
required by: world[php7-mcrypt]
php7-openssl (missing):
required by: world[php7-openssl]
php7-pdo (missing):
required by: world[php7-pdo]
php7-pdo_sqlite (missing):
required by: world[php7-pdo_sqlite]
php7-pgsql (missing):
required by: world[php7-pgsql]
php7-phar (missing):
required by: world[php7-phar]
php7-posix (missing):
required by: world[php7-posix]
php7-session (missing):
required by: world[php7-session]
php7-simplexml (missing):
required by: world[php7-simplexml]
php7-soap (missing):
required by: world[php7-soap]
php7-sqlite3 (missing):
required by: world[php7-sqlite3]
php7-tokenizer (missing):
required by: world[php7-tokenizer]
php7-xdebug (missing):
required by: world[php7-xdebug]
php7-xml (missing):
required by: world[php7-xml]
php7-xmlreader (missing):
required by: world[php7-xmlreader]
php7-xmlwriter (missing):
required by: world[php7-xmlwriter]
php7-zip (missing):
required by: world[php7-zip]
php7-zlib (missing):
required by: world[php7-zlib]
postgresql (missing):
required by: world[postgresql]
python2 (missing):
required by: world[python2]
The command '/bin/sh -c apk --no-cache add bash curl openssl postgresql apache2-ssl php7 php7-apache2 php7-ctype php7-curl php7-dom php7-fileinfo php7-json php7-mcrypt php7-openssl php7-pdo php7-pdo_sqlite php7-pgsql php7-phar php7-posix php7-session php7-simplexml php7-soap php7-sqlite3 php7-tokenizer php7-xdebug php7-xml php7-xmlreader php7-xmlwriter php7-zip php7-zlib python2' returned a non-zero code: 31
The text was updated successfully, but these errors were encountered: