fix docker build

pull/255/head
zadam 2023-02-10 11:40:56 +07:00
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
# 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
RUN adduser -s /bin/false node; exit 0