Skip to content

Commit 23c3e75

Browse files
committed
Fetch all Weathermap commits
1 parent a8481e1 commit 23c3e75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ RUN apk --update --no-cache add -t build-dependencies \
125125
&& echo "foreach (glob(\"/data/config/*.php\") as \$filename) include \$filename;" >> config.php \
126126
&& echo "foreach (glob(\"${LIBRENMS_PATH}/config.d/*.php\") as \$filename) include \$filename;" >> config.php \
127127
&& ( \
128-
git clone --depth=1 https://github.com/librenms-plugins/Weathermap.git ./html/plugins/Weathermap \
128+
git clone https://github.com/librenms-plugins/Weathermap.git ./html/plugins/Weathermap \
129129
&& cd ./html/plugins/Weathermap \
130130
&& git reset --hard $WEATHERMAP_PLUGIN_COMMIT \
131131
) \

0 commit comments

Comments
 (0)