Created
July 9, 2015 21:24
-
-
Save LeifW/ef4cb84e526d06242e88 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 nfnty/arch-mini | |
RUN pacman -Sy --noconfirm --needed git cabal-install ghc libffi pkg-config make sed grep | |
RUN cabal update | |
RUN git clone https://github.com/idris-lang/Idris-dev.git | |
RUN cd Idris-dev && cabal -fFFI -fGMP install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment