Sign inSign up

kdihalas/base

By kdihalas

Updated almost 11 years ago

Ubuntu base image

Image
1

1.1K

kdihalas/base repository overview

Docker file

FROM ubuntu:12.04
MAINTAINER Kostas Dihalas <[email protected]>

RUN echo 'deb http://archive.ubuntu.com/ubuntu precise main universe' > /etc/apt/sources.list
RUN echo 'deb http://archive.ubuntu.com/ubuntu precise-security main universe' >> /etc/apt/sources.list
RUN echo 'deb http://archive.ubuntu.com/ubuntu precise-updates main universe' >> /etc/apt/sources.list
RUN echo 'deb http://archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse' >> /etc/apt/sources.list

ENV HOME /home
RUN mkdir -p $HOME
RUN apt-get update && apt-get install -y python-software-properties git curl wget

Tag summary

Content type

Image

Digest

sha256:cc5fcd31f

Size

101.4 MB

Last updated

almost 11 years ago

docker pull kdihalas/base