osmith has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/35/28435/1
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 \
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/28435
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I9ece7ffb295d8b371a0000a91b9b6d0f7174535d
Gerrit-Change-Number: 28435
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: newchange