Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

docker-compose up -d ends with GPG error #1

Open
Grawl opened this issue Dec 25, 2019 · 0 comments
Open

docker-compose up -d ends with GPG error #1

Grawl opened this issue Dec 25, 2019 · 0 comments

Comments

@Grawl
Copy link

Grawl commented Dec 25, 2019

How to reproduce:

  • clone this repo
  • open it in terminal
  • run docker-compose up -d

Expected behaviour

docker-compose exits with code 0

Actual behaviour

Following output in terminal:

Step 21/40 : RUN apt-get update &&     apt-key advanced --keyserver hkp://pgp.mit.edu:80 --recv-keys 90E9F83F22250DD7 &&     echo "deb https://releases.wikimedia.org/debian jessie-mediawiki main" > /etc/apt/sources.list.d/parsoid.list &&     apt-get update &&     apt-get -y install parsoid --no-install-recommends
 ---> Running in 9fc774016dc1
Ign:2 http://deb.debian.org/debian stretch InRelease
Hit:3 http://deb.debian.org/debian stretch-updates InRelease
Hit:1 http://security-cdn.debian.org/debian-security stretch/updates InRelease
Hit:4 http://deb.debian.org/debian stretch Release
Hit:6 https://deb.nodesource.com/node_11.x stretch InRelease
Reading package lists...
Warning: apt-key output should not be parsed (stdout is not a terminal)
Executing: /tmp/apt-key-gpghome.IzNLdqbc3A/gpg.1.sh --keyserver hkp://pgp.mit.edu:80 --recv-keys 90E9F83F22250DD7
gpg: keyserver receive failed: No data
ERROR: Service 'mediawiki_wiki' failed to build: The command '/bin/sh -c apt-get update &&     apt-key advanced --keyserver hkp://pgp.mit.edu:80 --recv-keys 90E9F83F22250DD7 &&     echo "deb https://releases.wikimedia.org/debian jessie-mediawiki main" > /etc/apt/sources.list.d/parsoid.list &&     apt-get update &&     apt-get -y install parsoid --no-install-recommends' returned a non-zero code: 2

Configuration

  • macOS Catalina 10.15.2 (19C57)
  • Docker version 19.03.5, build 633a0ea
  • docker-compose version 1.24.1, build 4667896b
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant