wyveo / nginx-php-fpm

Nginx + PHP-FPM 8.2.x / 8.1.x / 8.0.x / 7.4.x / 7.3.x / 7.2.x / 7.1.x / 7.0.x + Composer built on Debian (Bullseye/Buster) image
https://hub.docker.com/r/wyveo/nginx-php-fpm
MIT License
342 stars 245 forks source link

GPG keyserver receive failed: Connection timed out (Ubuntu) #63

Closed nguyenbinhit closed 1 year ago

nguyenbinhit commented 1 year ago

I'm unable to install on new Ubuntu servers.

The error reported that: # gpg: keyserver receive failed: No name # + echo Fetching GPG key 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 from hkp://keyserver.ubuntu.com:80 # + apt-key adv --batch --keyserver hkp://keyserver.ubuntu.com:80 --keyserver-options timeout=10 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 # Fetching GPG key 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 from hkp://keyserver.ubuntu.com:80 # Warning: apt-key output should not be parsed (stdout is not a terminal) # Executing: /tmp/apt-key-gpghome.p27TNrX1j6/gpg.1.sh --batch --keyserver hkp://keyserver.ubuntu.com:80 --keyserver-options timeout=10 --recv-keys 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62

I have tried changing my dns, or like changing hkp://keyserver.ubuntu.com:80 to http-proxy=https://keyserver.ubuntu.com but all attempts are futile.

Can you help me fix this problem?