Upgrade to Ubuntu 14.04

This commit is contained in:
Michael Snoyman 2015-04-06 16:52:59 +03:00
parent 578fcbdc31
commit b7f9effd7d
2 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:12.04 FROM ubuntu:14.04
ENV HOME /home/stackage ENV HOME /home/stackage
ENV LANG en_US.UTF-8 ENV LANG en_US.UTF-8

View File

@ -10,9 +10,6 @@
# instructions, see: # instructions, see:
# http://www.stackage.org/install # http://www.stackage.org/install
add-apt-repository -y ppa:chris-lea/zeromq
add-apt-repository -y ppa:floe/libtisch
add-apt-repository -y ppa:zoogie/sdl2-snapshots
apt-get update apt-get update
apt-get install -y \ apt-get install -y \
build-essential \ build-essential \
@ -21,7 +18,6 @@ apt-get install -y \
wget \ wget \
m4 \ m4 \
texlive-full \ texlive-full \
libgmp3c2 \
libgmp3-dev \ libgmp3-dev \
zlib1g-dev \ zlib1g-dev \
libedit2 \ libedit2 \