Install apt-transport-https in base image

This package is required for TLS-only repositories.

Change-Id: Ifb32dbfc888364807f5f126e06f60a818d414666
This commit is contained in:
Aleksandr Mogylchenko 2016-12-06 16:14:31 +01:00
parent e8e3ffe10d
commit e996be07be
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ MAINTAINER {{ maintainer }}
# This will prevent questions from being asked during the install
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y apt-transport-https
COPY {{ render('sources.list.debian.j2') }} /etc/apt/sources.list
COPY apt_conf_retries /etc/apt/apt.conf.d/99retries