IAseven / Docker-Python3-Ubuntu

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

Home Page:https://hub.docker.com/r/matthewfeickert/docker-python3-ubuntu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python3 on Ubuntu Docker

Dockerfile for image built off Ubuntu 20.04 containing Python 3.9 (Python 3.6, Python 3.7, Python 3.8 built from source

GitHub Actions Status: CI Docker Automated build 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.9 (3.6, 3.7, 3.8)

About

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

https://hub.docker.com/r/matthewfeickert/docker-python3-ubuntu/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 47.8%Language:Dockerfile 27.4%Language:Makefile 24.8%