Closed
Description
After inspecting the Dockerfile for 2.7.11:wheezy I noticed that virtualenv gets installed by default: https://github.com/docker-library/python/blob/9383f7d4d2f96068e8957651aa3588fee8b48f71/2.7/wheezy/Dockerfile
I don't need virtualenv as I'm using Docker to run a single service where docker already provides isolation of dependencies. I think most people won't actually need virtualenv but instead will use pip to install packages globally.
My suggestion is to remove the line to install virtualenv and reduce the image to be clean and unbiased.
Metadata
Metadata
Assignees
Labels
No labels