Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Prevent copying of venv folder in the Docker image #202
Conversation
|
I have not used Docker, so I cannot provide a meaningful review. Perhaps @cblument can take a look? |
|
Suggestion: Setup auto build on docker hub. Another (better) option would be to create an organization on Docker Hub as well. |
|
An empty file was added: |
|
This is safe to merge |


After diving into the current image I noticed that the
venvwas copied in there. This PR should prevent that from happing in future builds.What has been done:
Notes:
RUN /sbin/apk add tor. Is this supposed to be there? Maybe we can rebuild the image to reflect the Dockerfile in the repository.