This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
DockerFile did not work #72
Labels
question
Usability question, not directly related to an error with the image
I executed dockerFile for Mysql5.7 and it failed.
Do someone still support this docker?
Notes : This is error.$fetchDeps; rm -rf /var/lib/apt/lists/*; dpkgArch="$ (dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc"; export GNUPGHOME="$(mktemp -d)"; gpg --keyserver ha.pool.sks-keyservers.net --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; command -v gpgconf > /dev/null && gpgconf --kill all || :; rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc; chmod +x /usr/local/bin/gosu; gosu nobody true; apt-get purge -y --auto-remove $fetchDeps' returned a non-zero code: 2
gpg: keyserver receive failed: Cannot assign requested address
The command '/bin/sh -c set -ex; fetchDeps=' ca-certificates wget '; apt-get update; apt-get install -y --no-install-recommends
The text was updated successfully, but these errors were encountered: