File tree

1 file changed

+23
-2
lines changed

1 file changed

+23
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
# Docker-Python3-Ubuntu
2-
Dockerfile for image built off Ubuntu 18.04 containing Python3.6 built from source
1+
# Python3 on Ubuntu Docker
2+
3+
Dockerfile for image built off [Ubuntu 18.04](https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes/18.04) containing [Python3.6](https://www.python.org/downloads/release/python-366/) built from source
4+
5+
[![Docker Automated build](https://img.shields.io/docker/automated/matthewfeickert/docker-python3-ubuntu.svg)](https://hub.docker.com/r/matthewfeickert/docker-python3-ubuntu/)
6+
[![Docker Build Status](https://img.shields.io/docker/build/matthewfeickert/docker-python3-ubuntu.svg)](https://hub.docker.com/r/matthewfeickert/docker-python3-ubuntu/builds/)
7+
[![Docker Pulls](https://img.shields.io/docker/pulls/matthewfeickert/docker-python3-ubuntu.svg)](https://hub.docker.com/r/matthewfeickert/docker-python3-ubuntu/)
8+
9+
## Installed Dependencies
10+
11+
- gcc
12+
- g++
13+
- git
14+
- zlibc
15+
- zlib1g-dev
16+
- libssl-dev
17+
- libbz2-dev
18+
- wget
19+
- make
20+
- software-properties-common
21+
- Python 3.6
22+
- vim
23+
- emacs

0 commit comments

Comments
 (0)