Update the installation steps
This commit is contained in:
parent
3b64e1edc6
commit
7e21c3fb84
1 changed files with 2 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue