1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 18:25:09 +00:00

Update Dockerfile

This commit is contained in:
Tony Murray 2022-07-14 22:59:38 -05:00 committed by GitHub
parent 3582a37d6b
commit 7e221dd282
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/*