added python onbuild for alphine by mwaaas · Pull Request #96 · docker-library/python

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@mwaaas

Copy link Copy Markdown

@mwaaas mwaaas commented

Mar 19, 2016

No description provided.

@yosifkit

Copy link Copy Markdown

Member

Onbuild images really only work on the Debian based images since they are using buildpack-deps which gives us many libraries so that most anything installed from requirements.txt just works. The alpine images are meant to be super tiny so a user will need to install any necessary libraries or build tools before doing a pip install. We really only recommend onbuild as a starting point where most users should probably use one of the other variations and be able to add in their own custom steps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@mwaaas @yosifkit