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