Skip to content

Commit 0ff7995

Browse files
authored
Merge pull request #348 from midokura/fix-weathermap
fix: fetch all Weathermap commits
2 parents a8481e1 + 23c3e75 commit 0ff7995

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)