Skip to content
Snippets Groups Projects
Commit 5c1a2c93 authored by Anya Helene Bagge's avatar Anya Helene Bagge
Browse files

Merge branch 'Sander.Wiig-main-patch-73291' into 'main'

Updated dockerfile with two new dependecies

See merge request !1
parents b68af700 d65c1d95
No related branches found
No related tags found
1 merge request!1Updated dockerfile with two new dependecies
Pipeline #202474 passed
......@@ -32,6 +32,7 @@ RUN cabal update \
&& cabal install --lib bytestring \
&& cabal install --lib tasty-html \
&& cabal install --lib silently \
&& cabal install --lib haskeline \
; rm -f .cabal/packages/hackage.haskell.org/01-*
COPY --chown=curry:curry . /home/curry/
CMD ["/home/curry/run-tests", "setup", "compile", "test"]
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