mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 18:25:09 +00:00
Update Dockerfile
This commit is contained in:
parent
3582a37d6b
commit
7e221dd282
1 changed files with 1 additions and 1 deletions
|
|
@ -120,11 +120,11 @@ RUN apk --update --no-cache add -t build-dependencies \
|
|||
&& echo "foreach (glob(\"${LIBRENMS_PATH}/config.d/*.php\") as \$filename) include \$filename;" >> config.php \
|
||||
&& git clone https://github.com/librenms-plugins/Weathermap.git ./html/plugins/Weathermap \
|
||||
&& chown -R nobody.nogroup ${LIBRENMS_PATH} \
|
||||
&& chown -R librenms:librenms ./html/plugins/Weathermap/configs ./html/plugins/Weathermap/output \
|
||||
&& apk del build-dependencies \
|
||||
&& rm -rf .git \
|
||||
html/plugins/Test \
|
||||
html/plugins/Weathermap/.git \
|
||||
html/plugins/Weathermap/configs \
|
||||
doc/ \
|
||||
tests/ \
|
||||
/tmp/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue