Skip to content

Instantly share code, notes, and snippets.

@pikeas
Created May 8, 2015 20:56
Show Gist options
  • Save pikeas/86c05e0d4214fdc9f6cb to your computer and use it in GitHub Desktop.
Save pikeas/86c05e0d4214fdc9f6cb to your computer and use it in GitHub Desktop.
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