Commit 910d0470 authored by Vaibhav Sagar's avatar Vaibhav Sagar

Dockerfile: avoid building ihaskell-display dependencies

They don't make it into the final image so building dependencies wastes
compute time without any real benefit.
parent 1252fff6
......@@ -39,7 +39,7 @@ COPY ipython-kernel ipython-kernel
COPY ghc-parser ghc-parser
COPY ihaskell-display ihaskell-display
RUN stack setup
RUN stack build --only-snapshot
RUN stack build ihaskell --only-snapshot
# Build IHaskell itself.
# Don't just `COPY .` so that changes in e.g. README.md don't trigger rebuild.
......
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