osmith has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/28435 )
Change subject: debian-stretch-jenkins: add apt-transport-https ......................................................................
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 --- M debian-stretch-jenkins/Dockerfile 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved fixeria: Looks good to me, approved
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 @@ 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 \