1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-17 16:45:25 +00:00

test fix for /opt/librenms/cache ownership

This commit is contained in:
Jason Costomiris 2023-12-31 12:37:59 -05:00
parent d0ed3bb7d3
commit ded183b473
No known key found for this signature in database

View file

@ -132,6 +132,7 @@ RUN apk --update --no-cache add -t build-dependencies \
&& git reset --hard $WEATHERMAP_PLUGIN_COMMIT \
) \
&& chown -R nobody:nogroup ${LIBRENMS_PATH} \
&& chown -R librenms:librenms ${LIBRENMS_PATH}/cache \
&& apk del build-dependencies \
&& rm -rf .git \
html/plugins/Test \