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 \ ) \