From 7e21c3fb843803603d2d92e149633d9452ba3dc4 Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Sun, 5 Mar 2023 12:19:44 +0100 Subject: [PATCH] Update the installation steps --- docker/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index a7cdf0a..898182e 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,6 +6,7 @@ RUN apt update -y && apt upgrade -y \ && apt autoremove -y \ && rm -rf /var/lib/apt/lists/* \ && git clone --depth=1 https://gitdab.com/cadence/breezewiki.git . \ - && raco pkg install --auto --skip-installed --batch --no-docs + && raco pkg install --batch --auto --no-docs --skip-installed req \ + && raco req -d EXPOSE 10416 CMD ["racket", "dist.rkt"]