mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 02:14:48 +00:00
added missing ext-xmlwriter and permissions
This commit is contained in:
parent
e1cbd62804
commit
785109c30e
1 changed files with 2 additions and 1 deletions
|
|
@ -63,6 +63,7 @@ RUN apk --update --no-cache add \
|
|||
php83-sockets \
|
||||
php83-tokenizer \
|
||||
php83-xml \
|
||||
php83-xmlwriter \
|
||||
php83-zip \
|
||||
python3 \
|
||||
py3-pip \
|
||||
|
|
@ -135,7 +136,7 @@ RUN apk --update --no-cache add -t build-dependencies \
|
|||
&& cd ./html/plugins/Weathermap \
|
||||
&& git reset --hard $WEATHERMAP_PLUGIN_COMMIT \
|
||||
) \
|
||||
&& chown -R nobody:nogroup ${LIBRENMS_PATH} \
|
||||
&& chown -R ${PUID}:${PGID} ${LIBRENMS_PATH} \
|
||||
&& apk del build-dependencies \
|
||||
&& rm -rf .git \
|
||||
html/plugins/Test \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue