mirror of
https://github.com/zadam/trilium.git
synced 2025-02-23 22:44:44 +08:00
fix docker build
This commit is contained in:
parent
e57d325bd6
commit
3c0ba09a62
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ RUN set -x \
|
||||||
&& rm -rf src/public/app
|
&& rm -rf src/public/app
|
||||||
|
|
||||||
# Some tools need to be kept
|
# Some tools need to be kept
|
||||||
RUN apk add --no-cache su-exec shadow libpangocairo
|
RUN apk add --no-cache su-exec shadow pango libjpeg giflib
|
||||||
|
|
||||||
# Add application user and setup proper volume permissions
|
# Add application user and setup proper volume permissions
|
||||||
RUN adduser -s /bin/false node; exit 0
|
RUN adduser -s /bin/false node; exit 0
|
||||||
|
|
Loading…
Reference in a new issue