Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use "dpkg-divert" instead of "purge" to avoid Debian's Python #131

Merged
merged 1 commit into from
Jul 27, 2016

Conversation

tianon
Copy link
Member

@tianon tianon commented Jul 22, 2016

Fixes #129

@yosifkit
Copy link
Member

LGTM

@yosifkit yosifkit merged commit 711a6ff into docker-library:master Jul 27, 2016
@yosifkit yosifkit deleted the dpkg-divert branch July 27, 2016 17:17
tianon added a commit to infosiftr/stackbrew that referenced this pull request Aug 1, 2016
- `docker`: 1.12.0 GA; remove 1.10
- `mysql`: 5.7.14, 5.6.32, and 5.5.51
- `python`: use `dpkg-divert` instead of `purge` against Debian Python (docker-library/python#131)
- `rabbitmq`: 3.6.4
- `redis`: 3.2.2
- `redmine`: passenger 5.0.30
- `ruby`: 2.1.10
@os
Copy link

os commented Aug 3, 2016

This is going to cause issues for those who are using Supervisor as it's removing the built-in version. You can't run Supervisor with Python 3 and this is removing the old one.

bash: /usr/bin/supervisord: /usr/bin/python: bad interpreter: No such file or directory

@glynjackson
Copy link

What is the reason behind this commit? a whole set of issues arise as @os has commented.

@bhearsum
Copy link

bhearsum commented Aug 8, 2016

There's some background in #132 (comment). tl;dr - running purge removes some pcre dev libraries, which cause some things (notably uwsgi) to compile without necessary features.

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.

5 participants