Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace keyservers on dockerfile #7

Open
matut0 opened this issue May 7, 2017 · 2 comments
Open

replace keyservers on dockerfile #7

matut0 opened this issue May 7, 2017 · 2 comments

Comments

@matut0
Copy link

matut0 commented May 7, 2017

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.

@pahaz
Copy link
Owner

pahaz commented Jun 12, 2017

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

@pfpacheco
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants