Created
May 8, 2015 20:56
-
-
Save pikeas/86c05e0d4214fdc9f6cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM pikeas/base:20150427 | |
MAINTAINER Aris Pikeas <[email protected]> | |
RUN \ | |
apt-get update && \ | |
apt-get install -y \ | |
cabal-install-1.22=1.22.2.0-1~vivid \ | |
ghc-7.10.1=7.10.1-9~vivid && \ | |
apt-get clean && rm -rf /var/lib/{apt,dpkg} /tmp/* /var/tmp/* | |
ENV PATH /root/.cabal/bin:/opt/cabal/1.22/bin:/opt/ghc/7.10.1/bin:$PATH | |
WORKDIR /app | |
# zlib1g-dev libtinfo-dev libsqlite3-0 libsqlite3-dev |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment