mv ghc repo

This commit is contained in:
sparklyballs 2017-05-17 19:01:00 +01:00
parent 6e01e43deb
commit 697f11a0e7

View File

@ -11,9 +11,10 @@ RUN \
apk add --no-cache --virtual=build-dependencies \
--repository http://nl.alpinelinux.org/alpine/edge/testing \
binutils-gold \
cabal \
cabal && \
apk add --no-cache --virtual=build-dependencies \
--repository http://nl.alpinelinux.org/alpine/edge/community \
ghc && \
apk add --no-cache --virtual=build-dependencies \
libffi-dev \
musl-dev && \