Commit 1252fff6 authored by Vaibhav Sagar's avatar Vaibhav Sagar

Dockerfile: don't build ihaskell-display packages

parent 682a6896
......@@ -47,7 +47,7 @@ COPY src src
COPY html html
COPY main main
COPY LICENSE LICENSE
RUN stack install --local-bin-path ./bin/
RUN stack install ihaskell --local-bin-path ./bin/
# Save resolver used to build IHaskell
RUN sed -n 's/resolver: \(.*\)/\1/p' stack.yaml | tee resolver.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment