Use req-lib instead of req at the request of the Breezewiki developer
This commit is contained in:
parent
7e21c3fb84
commit
34f9bee985
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ RUN apt update -y && apt upgrade -y \
|
||||||
&& apt autoremove -y \
|
&& apt autoremove -y \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& git clone --depth=1 https://gitdab.com/cadence/breezewiki.git . \
|
&& 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
|
&& raco req -d
|
||||||
EXPOSE 10416
|
EXPOSE 10416
|
||||||
CMD ["racket", "dist.rkt"]
|
CMD ["racket", "dist.rkt"]
|
||||||
|
|
Loading…
Reference in a new issue