Skip to content
Snippets Groups Projects
Commit 80befc1a authored by Oleg Grenrus's avatar Oleg Grenrus
Browse files

Fix docker image for validate-8.4.4 (used GHC 8.6.5)

parent a1a5fc7b
No related branches found
No related tags found
No related merge requests found
FROM phadej/ghc:8.6.5-bionic
FROM phadej/ghc:8.4.4-bionic
# Install cabal-plan
RUN mkdir -p /root/.cabal/bin && \
......@@ -16,7 +16,7 @@ RUN cabal v2-install happy --constraint 'happy ^>=1.19.12'
# Install some other dependencies
# Remove $HOME/.ghc so there aren't any environments
RUN cabal v2-install -w ghc-8.6.5 --lib \
RUN cabal v2-install -w ghc-8.4.4 --lib \
aeson \
async \
base-compat \
......@@ -48,4 +48,4 @@ RUN cabal v2-install -w ghc-8.6.5 --lib \
# Validate
WORKDIR /build
COPY . /build
RUN sh ./validate.sh -w ghc-8.6.5 -v
RUN sh ./validate.sh -w ghc-8.4.4 -v
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment