debian-stretch-jenkins: add apt-transport-https

Fix installing packages from https with debian-stretch-jenkins after we
switched the packages mirror to https://downloads.osmocom.org/packages.

Fix for:
  E: The method driver /usr/lib/apt/methods/https could not be found.

Related: SYS#5557
Change-Id: I9ece7ffb295d8b371a0000a91b9b6d0f7174535d
This commit is contained in:
Oliver Smith 2022-06-28 17:24:07 +02:00
parent 30b32e574a
commit fb6b14236f
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ RUN \
DEBIAN_FRONTEND=noninteractive apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get upgrade -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
apt-transport-https \
asciidoc \
asciidoc-dblatex \
autoconf \