Skip to content
Snippets Groups Projects
Commit 046475e2 authored by Markus Frosch's avatar Markus Frosch
Browse files

Fix icinga repository URL

parent e5fe7c0e
No related branches found
No related tags found
No related merge requests found
Pipeline #4318 passed
......@@ -20,7 +20,7 @@ RUN groupadd -g 1000 jenkins \
RUN curl https://packages.icinga.com/icinga.key | apt-key add - \
&& DIST=$(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) \
&& echo "deb http://packages.icinga.com/debian icinga-${DIST} main" > /etc/apt/sources.list.d/${DIST}-icinga.list
&& echo "deb http://packages.icinga.com/raspbian icinga-${DIST} main" > /etc/apt/sources.list.d/${DIST}-icinga.list
# Install build deps for Icinga 2 and Icinga Web 2
RUN apt-get update \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment