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

Question: Adding OpenSSL in python3.8 Dockerfile #104

Open
akempkens opened this issue Jun 1, 2021 · 0 comments
Open

Question: Adding OpenSSL in python3.8 Dockerfile #104

akempkens opened this issue Jun 1, 2021 · 0 comments

Comments

@akempkens
Copy link

I'm using GRPC for our Microservices and established an openssl based certificate within the communication of the frontend container with nginx+flask towards these backend containers.

The issue is now that

  1. the normal python3.8 Docker does not come with openssl included
  2. the alpine version comes with openssl, however the compiler for GRPC (CC and C++) are not included

As this container is the base for the -flask version I ended up with adding openssl into the install-nginx-debian.sh which works. However I wonder if this is the intended way to do it, or if you have a better proposal.

Thx for feedback

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

1 participant