diff --git a/Dockerfile b/Dockerfile index e00be3f..e859d53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \