From 23c3e7559d793c37629c1dab077f02e102602c67 Mon Sep 17 00:00:00 2001 From: duhow Date: Thu, 20 Apr 2023 15:33:41 +0200 Subject: [PATCH] Fetch all Weathermap commits --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c5a2b06..67fdc22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ ) \