docker-compose-django-postgresql-redis-example icon indicating copy to clipboard operation
docker-compose-django-postgresql-redis-example copied to clipboard

replace keyservers on dockerfile

Open matut0 opened this issue 8 years ago • 2 comments

Hi, when using gpg --keyserver ha.pool.sks-keyservers.net --recv-keys , inside Dockerfile, The command: docker-compose run web python manage.py migrate doesn't work. When I changed to gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys the command worked as it should.

matut0 avatar May 07 '17 00:05 matut0

I check the Dockerfile today and the server works fine. Is the issues still affect you?

pahaz avatar Jun 12 '17 07:06 pahaz

The problem still persists. I've tried other options and the response is the same all the time.

gpg: Can't check signature: public key not found

pfpacheco avatar Dec 06 '19 18:12 pfpacheco