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

Merge branch 'fix/bullseye/addrepo' into 'bullseye'

Add Icinga repo to bullseye

See merge request !4
parents b265b84e 480f6f06
No related branches found
No related tags found
1 merge request!4Add Icinga repo to bullseye
Pipeline #24786 passed
...@@ -13,9 +13,10 @@ RUN apt-get update \ ...@@ -13,9 +13,10 @@ RUN apt-get update \
&& rm -rf /usr/share/doc/* /usr/share/locales/* /usr/share/man/* \ && rm -rf /usr/share/doc/* /usr/share/locales/* /usr/share/man/* \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
#RUN curl https://packages.icinga.com/icinga.key | apt-key add - \ RUN curl -k https://packages.icinga.com/icinga.key | apt-key add - \
# && DIST=$(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) \ && 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 && 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 # Install build deps for Icinga 2 and Icinga Web 2
RUN apt-get update \ 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