Skip to content
Snippets Groups Projects
Commit 52d08695 authored by Markus Frosch's avatar Markus Frosch
Browse files

stretch: Use deb.debian.org for backports

parent 1652319f
No related branches found
No related tags found
No related merge requests found
Pipeline #3739 passed
......@@ -14,7 +14,7 @@ RUN groupadd -g 1000 jenkins \
&& echo 'Defaults:jenkins !requiretty' | tee -a /etc/sudoers \
&& echo 'jenkins ALL=(ALL:ALL) NOPASSWD: ALL' | tee -a /etc/sudoers
RUN echo "deb http://ftp.debian.org/debian stretch-backports main" >/etc/apt/sources.list.d/backports.list
RUN echo "deb http://deb.debian.org/debian stretch-backports main" >/etc/apt/sources.list.d/backports.list
RUN curl https://packages.icinga.com/icinga.key | apt-key add - \
&& DIST=$(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) \
......
......@@ -14,7 +14,7 @@ RUN groupadd -g 1000 jenkins \
&& echo 'Defaults:jenkins !requiretty' | tee -a /etc/sudoers \
&& echo 'jenkins ALL=(ALL:ALL) NOPASSWD: ALL' | tee -a /etc/sudoers
RUN echo "deb http://ftp.debian.org/debian stretch-backports main" >/etc/apt/sources.list.d/backports.list
RUN echo "deb http://deb.debian.org/debian stretch-backports main" >/etc/apt/sources.list.d/backports.list
RUN curl https://packages.icinga.com/icinga.key | apt-key add - \
&& DIST=$(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) \
......
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