added python onbuild for alphine by mwaaas · Pull Request #96 · docker-library/python
Navigation Menu
{{ message }}
docker-library / python Public
- Notifications You must be signed in to change notification settings
- Fork 1.1k
Closed
mwaaas wants to merge 4 commits intodocker-library:masterfrom
Closed
added python onbuild for alphine #96
mwaaas wants to merge 4 commits intodocker-library:masterfrom
added python onbuild for alphine #96
mwaaas wants to merge 4 commits intodocker-library:masterfrom
Conversation
mwaaas added 3 commits
March 19, 2016 12:09Copy link Copy Markdown
Member
yosifkit
commented
Mar 21, 2016
yosifkit commented
Mar 21, 2016Onbuild 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.
yosifkit
closed this
yosifkit
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment