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:
parent
d0ed3bb7d3
commit
ded183b473
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue