From c8296b26cb7d9f9088d97c63fa9a36390d9a2755 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 20 Jan 2016 11:38:42 +0200 Subject: [PATCH] Include stack in Docker image --- debian-bootstrap.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 2913e494..49011454 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -13,6 +13,7 @@ add-apt-repository -y ppa:zoogie/sdl2-snapshots add-apt-repository -y ppa:marutter/rrutter add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse +echo 'deb http://download.fpcomplete.com/ubuntu trusty main'|sudo tee /etc/apt/sources.list.d/fpco.list apt-get update apt-get install -y \ @@ -77,6 +78,7 @@ apt-get install -y \ texlive-full \ wget \ zip \ + stack \ zlib1g-dev mkdir /tmp/nettle-build