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

Add Icinga repo to bullseye

parent b265b84e
No related branches found
No related tags found
1 merge request!4Add Icinga repo to bullseye
Pipeline #24785 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=bullseye \
&& 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