From ded183b473588075133938a6016a87f6f59f65c8 Mon Sep 17 00:00:00 2001 From: Jason Costomiris Date: Sun, 31 Dec 2023 12:37:59 -0500 Subject: [PATCH] test fix for /opt/librenms/cache ownership --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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 \