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

Unable to locate package gnupg1 #62

Closed
saurabhbh21 opened this issue Jun 16, 2019 · 2 comments
Closed

Unable to locate package gnupg1 #62

saurabhbh21 opened this issue Jun 16, 2019 · 2 comments

Comments

@saurabhbh21
Copy link

I was trying to build the docker image of uwsgi-nginx-docker on top of the base image containing Ubuntu-16.04 & Python3.5.2.
I was getting an error E: Unable to locate package gnupg1
But when I run the corresponding command in my local system, gnupg1 gets installed.

What should I do to?

@tiangolo
Copy link
Owner

The Docker container doesn't have the same environment as your local machine, so it wouldn't have the same packages installed.

I would suggest you first check the tutorials on Docker: https://docs.docker.com/get-started/overview/ to learn how it all works, as that would be a problem specific to Docker and understanding what's actually happening underneath, not something specific to this image.

Good luck! 🤓 📝

@github-actions
Copy link

github-actions bot commented May 6, 2020

Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues.

@github-actions github-actions bot closed this as completed May 6, 2020
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

2 participants