aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-06-28 17:24:07 +0200
committerOliver Smith <osmith@sysmocom.de>2022-06-28 17:26:47 +0200
commitfb6b14236f4a898d246a82cbbad1cbdbaa80c658 (patch)
treee60e3402dc8fd4b4bfec0cfde61a630f1effdb70
parent30b32e574a900c0da933fb08f6a972e252c9723c (diff)
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
-rw-r--r--debian-stretch-jenkins/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian-stretch-jenkins/Dockerfile b/debian-stretch-jenkins/Dockerfile
index 42ed09a..03d258f 100644
--- a/debian-stretch-jenkins/Dockerfile
+++ b/debian-stretch-jenkins/Dockerfile
@@ -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 \