Skip to content

Dockerfile for image built off Ubuntu 18.04 containing Python 3.7 (3.6) built from source

License

Notifications You must be signed in to change notification settings

nickyang86/Docker-Python3-Ubuntu

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python3 on Ubuntu Docker

Dockerfile for image built off Ubuntu 18.04 containing Python 3.7 (Python 3.6) built from source

Docker Automated build Docker Build Status Docker Pulls download-size number-of-layers

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.7 (3.6)

About

Dockerfile for image built off Ubuntu 18.04 containing Python 3.7 (3.6) built from source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 55.0%
  • Dockerfile 36.4%
  • Makefile 8.6%