Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Possibly incorrect assumption that most people want virtualenv #115

Closed
@samos123

Description

@samos123

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions