Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matthewfeickert/docker-python3-ubuntu

Dockerfile for image built off Ubuntu 20.04 containing Python 3.10 (3.6, 3.7, 3.8, 3.9) built from source
https://github.com/matthewfeickert/docker-python3-ubuntu

docker dockerfile python python-3-10 python-3-6 python-3-7 python-3-8 python-3-9 python3 ubuntu ubuntu1804

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Python3 on Ubuntu Docker

Dockerfile for image built off [Ubuntu 20.04](https://wiki.ubuntu.com/FocalFossa/ReleaseNotes/20.04) containing [Python 3.10](https://www.python.org/downloads/release/python-3105/) ([Python 3.6](https://www.python.org/downloads/release/python-368/), [Python 3.7](https://www.python.org/downloads/release/python-374/), [Python 3.8](https://www.python.org/downloads/release/python-387/), [Python 3.9](https://www.python.org/downloads/release/python-3910/) built from source).

[![GitHub Actions Status: CI](https://github.com/matthewfeickert/Docker-Python3-Ubuntu/workflows/CI/badge.svg?branch=master)](https://github.com/matthewfeickert/Docker-Python3-Ubuntu/actions?query=workflow%3ACI+branch%3Amaster)
[![Docker Automated build](https://img.shields.io/docker/automated/matthewfeickert/docker-python3-ubuntu.svg)](https://hub.docker.com/r/matthewfeickert/docker-python3-ubuntu/)
[![Docker Pulls](https://img.shields.io/docker/pulls/matthewfeickert/docker-python3-ubuntu.svg)](https://hub.docker.com/r/matthewfeickert/docker-python3-ubuntu/)
[![download-size number-of-layers](https://images.microbadger.com/badges/image/matthewfeickert/docker-python3-ubuntu.svg)](https://microbadger.com/images/matthewfeickert/docker-python3-ubuntu)

## 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)