Dockerfile: remove stack setup

This fails with the latest Stack because no .cabal file is found.
This commit is contained in:
Vaibhav Sagar 2019-06-29 11:38:38 -04:00
parent 555a650132
commit 8d3230261f

View File

@ -28,7 +28,6 @@ USER ${NB_UID}
# Set up stack
COPY stack.yaml stack.yaml
RUN stack config set system-ghc --global true
RUN stack setup
# Install dependencies for IHaskell
COPY ihaskell.cabal ihaskell.cabal