mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
Dockerfile: remove stack setup
This fails with the latest Stack because no .cabal file is found.
This commit is contained in:
parent
555a650132
commit
8d3230261f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user