You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add uuid-dev, libffi-dev and update installer for Python 3.7 build
- uuid-dev is needed for uuid module
- libffi-dev is needef for cytpes
- update installer to be able to handle Python 3.6.8 or Python 3.7 as
--with-threads is removed in Python 3.7
- Update Makefile to build Python 3.7.2 by default while still
supporting Python 3.6.8 builds
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Python3 on Ubuntu Docker
2
2
3
-
Dockerfile for image built off [Ubuntu 18.04](https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes/18.04) containing [Python 3.6](https://www.python.org/downloads/release/python-368/) built from source
3
+
Dockerfile for image built off [Ubuntu 18.04](https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes/18.04) containing [Python 3.7](https://www.python.org/downloads/release/python-372/) ([Python 3.6](https://www.python.org/downloads/release/python-368/)) built from source
0 commit comments