Skip to content

added python onbuild for alphine #96

Closed
mwaaas wants to merge 4 commits intodocker-library:masterfrom
mwaaas:master
Closed

added python onbuild for alphine #96
mwaaas wants to merge 4 commits intodocker-library:masterfrom
mwaaas:master

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants