https://github.com/fdabrandao/docker-ubuntu
Ubuntu docker image with a few additional packages
https://github.com/fdabrandao/docker-ubuntu
docker docker-image docker-ubuntu dockerfile
Last synced: about 1 month ago
JSON representation
Ubuntu docker image with a few additional packages
- Host: GitHub
- URL: https://github.com/fdabrandao/docker-ubuntu
- Owner: fdabrandao
- License: mit
- Created: 2015-10-10T18:10:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-27T09:07:41.000Z (about 4 years ago)
- Last Synced: 2025-03-27T22:23:27.334Z (2 months ago)
- Topics: docker, docker-image, docker-ubuntu, dockerfile
- Language: Shell
- Homepage: https://hub.docker.com/r/fdabrandao/docker-ubuntu/
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 26
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Docker-Ubuntu
This repository contains **Dockerfile** of [Ubuntu](http://www.ubuntu.com/) with a few additional packages for [Docker](https://www.docker.com/)'s [automated build](https://hub.docker.com/r/fdabrandao/docker-ubuntu/) published to the public [Docker Hub Registry](https://hub.docker.com/).
* GiHub repository:
* BitBucket repository:
* Docker repository:### Base Docker Image
* [ubuntu:trusty](https://registry.hub.docker.com/u/library/ubuntu/)
### Additional packages
* `make`
* `g++-4.8`
* `python2.7`
* `python-pip`
* `python-dev`
* `python3.5`
* `python3-pip`
* `python3.5-dev`
* `python-virtualenv`
* `glpk-utils`### Installation
1. Install [Docker](https://www.docker.com/).
2. Download [automated build](https://hub.docker.com/r/fdabrandao/docker-ubuntu/) from public [Docker Hub Registry](https://hub.docker.com/):
`docker pull fdabrandao/docker-ubuntu`
(alternatively, you can build an image from Dockerfile:
`docker build -t fdabrandao/docker-ubuntu github.com/fdabrandao/docker-ubuntu`)
### Usage
docker run -it --rm fdabrandao/docker-ubuntu