mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-30 16:10:25 +01:00
Include stack in Docker image
This commit is contained in:
parent
0cf3641423
commit
c8296b26cb
@ -13,6 +13,7 @@
|
|||||||
add-apt-repository -y ppa:zoogie/sdl2-snapshots
|
add-apt-repository -y ppa:zoogie/sdl2-snapshots
|
||||||
add-apt-repository -y ppa:marutter/rrutter
|
add-apt-repository -y ppa:marutter/rrutter
|
||||||
add-apt-repository -y ppa:openstack-ubuntu-testing/icehouse
|
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 update
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
@ -77,6 +78,7 @@ apt-get install -y \
|
|||||||
texlive-full \
|
texlive-full \
|
||||||
wget \
|
wget \
|
||||||
zip \
|
zip \
|
||||||
|
stack \
|
||||||
zlib1g-dev
|
zlib1g-dev
|
||||||
|
|
||||||
mkdir /tmp/nettle-build
|
mkdir /tmp/nettle-build
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user