We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0f2c3 commit 63ba5efCopy full SHA for 63ba5ef
Dockerfile
@@ -132,8 +132,8 @@ RUN apk --update --no-cache add -t build-dependencies \
132
linux-headers \
133
musl-dev \
134
python3-dev \
135
- && echo "Installing LibreNMS https://github.com/gs-kamnas/librenms.git#${LIBRENMS_VERSION}..." \
136
- && git clone --depth=1 --branch ${LIBRENMS_VERSION} https://github.com/gs-kamnas/librenms.git . \
+ && echo "Installing LibreNMS https://github.com/garryshtern/librenms.git#${LIBRENMS_VERSION}..." \
+ && git clone --depth=1 --branch ${LIBRENMS_VERSION} https://github.com/garryshtern/librenms.git . \
137
&& pip3 install --ignore-installed -r requirements.txt --upgrade --break-system-packages \
138
&& COMPOSER_CACHE_DIR="/tmp" composer install --no-dev --no-interaction --no-ansi \
139
&& mkdir config.d \
0 commit comments