Skip to content

Wrong python-config symlink in Python 3.5 alpine #97

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

Closed
ushuz opened this issue Mar 21, 2016 · 0 comments
Closed

Wrong python-config symlink in Python 3.5 alpine #97

ushuz opened this issue Mar 21, 2016 · 0 comments

Comments

@ushuz
Copy link
Contributor

ushuz commented Mar 21, 2016

There is a typo.

ln -s python-config3 python-config

should be

ln -s python3-config python-config

https://github.com/docker-library/python/blob/master/3.5/alpine/Dockerfile#L67

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

No branches or pull requests

1 participant