We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ed3bb commit ded183bCopy full SHA for ded183b
1 file changed
Dockerfile
@@ -132,6 +132,7 @@ RUN apk --update --no-cache add -t build-dependencies \
132
&& git reset --hard $WEATHERMAP_PLUGIN_COMMIT \
133
) \
134
&& chown -R nobody:nogroup ${LIBRENMS_PATH} \
135
+ && chown -R librenms:librenms ${LIBRENMS_PATH}/cache \
136
&& apk del build-dependencies \
137
&& rm -rf .git \
138
html/plugins/Test \
0 commit comments