From b68af700be525427207189b7263c2370dc8ea43d Mon Sep 17 00:00:00 2001
From: Sander Wiig <sander.wiig@student.uib.no>
Date: Fri, 14 Apr 2023 13:56:16 +0200
Subject: [PATCH] Added the haskell library "silently" for capturing io so that
 i can actually use Magnes tests.

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index 97f287b..c090754 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -31,6 +31,7 @@ RUN cabal update \
     && cabal install --lib tasty-ant-xml \
     && cabal install --lib bytestring \
     && cabal install --lib tasty-html \
+    && cabal install --lib silently \
     ; rm -f .cabal/packages/hackage.haskell.org/01-*
 COPY --chown=curry:curry . /home/curry/
 CMD ["/home/curry/run-tests", "setup", "compile", "test"]
-- 
GitLab