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

Test this

parent 5aa2036a
No related branches found
No related tags found
No related merge requests found
Pipeline #24776 failed
...@@ -13,7 +13,7 @@ RUN apt-get update \ ...@@ -13,7 +13,7 @@ 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) \
&& DIST=buster \ && DIST=buster \
&& echo "deb http://packages.icinga.com/raspbian 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
......
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