Docker-Python3-Ubuntu
Docker-Python3-Ubuntu copied to clipboard
Dockerfile for image built off Ubuntu 20.04 containing Python 3.10 (3.6, 3.7, 3.8, 3.9) built from source
Python3 on Ubuntu Docker
Dockerfile for image built off Ubuntu 20.04 containing Python 3.10 (Python 3.6, Python 3.7, Python 3.8, Python 3.9 built from source).
Installed Dependencies
apt-get
- gcc
- g++
- git
- zlibc
- zlib1g-dev
- libssl-dev
- libbz2-dev
- libsqlite3-dev
- libncurses5-dev
- libgdbm-dev
- libgdbm-compat-dev
- liblzma-dev
- libreadline-dev
- uuid-dev
- libffi-dev
- tk-dev
- wget
- curl
- make
- software-properties-common
- sudo
- bash-completion
- tree
- vim
From source
- Python 3.10 (3.6, 3.7, 3.8, 3.9)