https://github.com/drptbl/python3
Docker image for Python 3
https://github.com/drptbl/python3
Last synced: 3 months ago
JSON representation
Docker image for Python 3
- Host: GitHub
- URL: https://github.com/drptbl/python3
- Owner: drptbl
- License: mit
- Created: 2015-07-21T17:20:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-07T05:25:06.000Z (about 11 years ago)
- Last Synced: 2025-12-05T06:21:47.707Z (6 months ago)
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dghubble/python3
[dghubble/python3](https://registry.hub.docker.com/u/dghubble/python3/) is a Docker image providing Python 3.4, [pip](https://packages.debian.org/wheezy/python3-pip), [distribute](https://pypi.python.org/pypi/distribute/0.7.3), and [python3-dev](https://packages.debian.org/wheezy/python3-dev) on [Debian](https://www.debian.org/releases/) Jessie 8.0 (stable).
## Features
From from Debian [stable](https://packages.debian.org/stable/):
* Python 3.4.2
* python3-dev
From [PyPI](https://pypi.python.org/pypi):
* pip3 1.5.6
* distribute 0.7.3
## Build
cd dghubble-docker/python3
docker build -t dghubble/python3:v1 .
## Start
docker run -t -i dghubble/python3
## License
[MIT License](LICENSE)