Skip to content
Snippets Groups Projects
Commit 596e7edd authored by Henrik Triem's avatar Henrik Triem
Browse files

Add Icinga repo to buster

parent 98f74bfe
No related branches found
No related tags found
1 merge request!3Add Icinga repo to buster
Pipeline #24780 canceled
......@@ -13,9 +13,10 @@ RUN apt-get update \
&& rm -rf /usr/share/doc/* /usr/share/locales/* /usr/share/man/* \
&& rm -rf /var/lib/apt/lists/*
#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/raspbian icinga-${DIST} main" > /etc/apt/sources.list.d/${DIST}-icinga.list
RUN curl -k https://packages.icinga.com/icinga.key | apt-key add - \
&& DIST=$(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) \
&& DIST=buster \
&& 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