Skip to content

Commit 63ba5ef

Browse files
committed
Obtain the upstream LibreNMS code from @garryshtern as opposed to @gs-kamnas
1 parent 6f0f2c3 commit 63ba5ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ RUN apk --update --no-cache add -t build-dependencies \
132132
linux-headers \
133133
musl-dev \
134134
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 . \
135+
&& echo "Installing LibreNMS https://github.com/garryshtern/librenms.git#${LIBRENMS_VERSION}..." \
136+
&& git clone --depth=1 --branch ${LIBRENMS_VERSION} https://github.com/garryshtern/librenms.git . \
137137
&& pip3 install --ignore-installed -r requirements.txt --upgrade --break-system-packages \
138138
&& COMPOSER_CACHE_DIR="/tmp" composer install --no-dev --no-interaction --no-ansi \
139139
&& mkdir config.d \

0 commit comments

Comments
 (0)