From 34f9bee9850b5f388c1665539727a1254241c55d Mon Sep 17 00:00:00 2001 From: TheFrenchGhosty Date: Sun, 5 Mar 2023 12:33:56 +0100 Subject: [PATCH] Use req-lib instead of req at the request of the Breezewiki developer --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 898182e..22d1784 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,7 +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 --batch --auto --no-docs --skip-installed req \ + && raco pkg install --batch --auto --no-docs --skip-installed req-lib \ && raco req -d EXPOSE 10416 CMD ["racket", "dist.rkt"]