1
0
Fork 0
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:
akadoya 2025-05-19 13:38:52 -07:00
parent e1cbd62804
commit 785109c30e

View file

@ -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 \