fdabrandao / docker-ubuntu

Ubuntu docker image with a few additional packages

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker-Ubuntu

This repository contains Dockerfile of Ubuntu with a few additional packages for Docker's automated build published to the public Docker Hub Registry.

Base Docker Image

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.

  2. Download automated build from public Docker Hub Registry:

    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

About

Ubuntu docker image with a few additional packages

https://hub.docker.com/r/fdabrandao/docker-ubuntu/

License:MIT License


Languages

Language:Shell 100.0%