mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-30 16:10:25 +01:00
Upgrade to Ubuntu 14.04
This commit is contained in:
parent
578fcbdc31
commit
b7f9effd7d
@ -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
|
||||||
|
|||||||
@ -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 \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user