We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8481e1 + 23c3e75 commit 0ff7995Copy full SHA for 0ff7995
1 file changed
Dockerfile
@@ -125,7 +125,7 @@ RUN apk --update --no-cache add -t build-dependencies \
125
&& echo "foreach (glob(\"/data/config/*.php\") as \$filename) include \$filename;" >> config.php \
126
&& echo "foreach (glob(\"${LIBRENMS_PATH}/config.d/*.php\") as \$filename) include \$filename;" >> config.php \
127
&& ( \
128
- 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 \
129
&& cd ./html/plugins/Weathermap \
130
&& git reset --hard $WEATHERMAP_PLUGIN_COMMIT \
131
) \
0 commit comments