1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

Fetch all Weathermap commits

This commit is contained in:
duhow 2023-04-20 15:33:41 +02:00
parent a8481e1339
commit 23c3e7559d

View file

@ -125,7 +125,7 @@ RUN apk --update --no-cache add -t build-dependencies \
&& echo "foreach (glob(\"/data/config/*.php\") as \$filename) include \$filename;" >> config.php \
&& echo "foreach (glob(\"${LIBRENMS_PATH}/config.d/*.php\") as \$filename) include \$filename;" >> config.php \
&& ( \
git clone --depth=1 https://github.com/librenms-plugins/Weathermap.git ./html/plugins/Weathermap \
git clone https://github.com/librenms-plugins/Weathermap.git ./html/plugins/Weathermap \
&& cd ./html/plugins/Weathermap \
&& git reset --hard $WEATHERMAP_PLUGIN_COMMIT \
) \