Skip to content
Snippets Groups Projects
Commit a3de0703 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
No related merge requests found
Pipeline #24770 failed
...@@ -13,9 +13,13 @@ RUN apt-get update \ ...@@ -13,9 +13,13 @@ 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 https://packages.icinga.com/icinga.key | \
# && DIST=$(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) \ gpg --dearmor -o /usr/share/keyrings/icinga-archive-keyring.gpg
# && echo "deb http://packages.icinga.com/raspbian icinga-${DIST} main" > /etc/apt/sources.list.d/${DIST}-icinga.list
RUN deb [signed-by=/usr/share/keyrings/icinga-archive-keyring.gpg] \
https://packages.icinga.com/raspbian icinga-buster main
&& deb-src [signed-by=/usr/share/keyrings/icinga-archive-keyring.gpg] \
https://packages.icinga.com/raspbian icinga-buster main
# 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