Create a required folder
This commit is contained in:
parent
34f9bee985
commit
16b9e2aba8
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ RUN apt update -y && apt upgrade -y \
|
|||
&& apt autoclean -y \
|
||||
&& apt autoremove -y \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& mkdir /app/storage \
|
||||
&& git clone --depth=1 https://gitdab.com/cadence/breezewiki.git . \
|
||||
&& raco pkg install --batch --auto --no-docs --skip-installed req-lib \
|
||||
&& raco req -d
|
||||
|
|
Loading…
Reference in a new issue