Skip to content
Snippets Groups Projects
Commit 048a0db2 authored by Julian Brost's avatar Julian Brost :unicorn:
Browse files

Install apt-transport-https

Newer Debian version support HTTPS for APT repositories by default, but stretch
needs this additional package. Needed to allow packages.icinga.com to
force-redirect to HTTPS.
parent 0ac0d080
No related branches found
No related tags found
1 merge request!4Install apt-transport-https
Pipeline #22895 passed
......@@ -7,7 +7,7 @@ RUN apt-get update \
RUN apt-get install -y \
sudo wget curl tar expect git \
devscripts build-essential lintian ccache pbuilder aptitude apt-utils
devscripts build-essential lintian ccache pbuilder aptitude apt-utils apt-transport-https
RUN echo "deb http://deb.debian.org/debian stretch-backports main" >/etc/apt/sources.list.d/backports.list
......
......@@ -7,7 +7,7 @@ RUN apt-get update \
RUN apt-get install -y \
sudo wget curl tar expect git \
devscripts build-essential lintian ccache pbuilder aptitude apt-utils
devscripts build-essential lintian ccache pbuilder aptitude apt-utils apt-transport-https
RUN echo "deb http://deb.debian.org/debian stretch-backports main" >/etc/apt/sources.list.d/backports.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