Skip to content
Snippets Groups Projects
Commit f3dcf3f2 authored by Sander Wiig's avatar Sander Wiig :speech_balloon:
Browse files

Updated dockerfile with two new dependecies

*Haskeline - Lib for CLI stuff
*silently - Lib for hooking into stdout so.
parent 406bf626
No related branches found
No related tags found
1 merge request!1Updated dockerfile with two new dependecies
Pipeline #192290 passed
...@@ -31,6 +31,8 @@ RUN cabal update \ ...@@ -31,6 +31,8 @@ RUN cabal update \
&& cabal install --lib tasty-ant-xml \ && cabal install --lib tasty-ant-xml \
&& cabal install --lib bytestring \ && cabal install --lib bytestring \
&& cabal install --lib tasty-html \ && cabal install --lib tasty-html \
&& cabal install --lib silently \
&& cabal install --lib haskeline \
; rm -f .cabal/packages/hackage.haskell.org/01-* ; rm -f .cabal/packages/hackage.haskell.org/01-*
COPY --chown=curry:curry . /home/curry/ COPY --chown=curry:curry . /home/curry/
CMD ["/home/curry/run-tests", "setup", "compile", "test"] 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