diff --git a/Dockerfile b/Dockerfile index ab5e921..510a9f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # # VERSION 0.1 -FROM ubuntu:12.04 +FROM ubuntu:14.04 MAINTAINER Michael Stucki ENV DEBIAN_FRONTEND noninteractive @@ -10,7 +10,7 @@ ENV DEBIAN_FRONTEND noninteractive RUN sed -i 's/main$/main universe/' /etc/apt/sources.list RUN apt-get -qq update -RUN apt-get install -y python-software-properties bsdmainutils curl file screen +RUN apt-get install -y software-properties-common bsdmainutils curl file screen RUN add-apt-repository ppa:nilarimogard/webupd8 RUN apt-get -qq update