From abf5f3a907843b509e9b55c8e7ce6c1f03b2acf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Mon, 19 Dec 2022 17:17:46 +0100 Subject: [PATCH] [FIX] add apt-transport-https --- 12.0.Dockerfile | 1 + 12.0.Dockerfile.arm | 1 + 12.0_ml.Dockerfile | 1 + 12.0_py3.6.Dockerfile | 1 + 4 files changed, 4 insertions(+) diff --git a/12.0.Dockerfile b/12.0.Dockerfile index 2bd67e1..4248135 100644 --- a/12.0.Dockerfile +++ b/12.0.Dockerfile @@ -9,6 +9,7 @@ ENV APT_DEPS='build-essential libldap2-dev libsasl2-dev python3-dev python3-whee RUN set -x; \ apt-get update &&\ apt-get install -y --no-install-recommends \ + apt-transport-https \ ca-certificates \ curl \ fontconfig \ diff --git a/12.0.Dockerfile.arm b/12.0.Dockerfile.arm index 3f0be55..543007e 100644 --- a/12.0.Dockerfile.arm +++ b/12.0.Dockerfile.arm @@ -9,6 +9,7 @@ ENV APT_DEPS='build-essential libldap2-dev libpq-dev libxml2-dev zlib1g-dev libx RUN set -x; \ apt-get update &&\ apt-get install -y --no-install-recommends \ + apt-transport-https \ ca-certificates \ curl \ fontconfig \ diff --git a/12.0_ml.Dockerfile b/12.0_ml.Dockerfile index 695668a..76bbba4 100644 --- a/12.0_ml.Dockerfile +++ b/12.0_ml.Dockerfile @@ -9,6 +9,7 @@ ENV APT_DEPS='build-essential libldap2-dev libsasl2-dev python3-dev python3-whee RUN set -x; \ apt-get update &&\ apt-get install -y --no-install-recommends \ + apt-transport-https \ ca-certificates \ curl \ fontconfig \ diff --git a/12.0_py3.6.Dockerfile b/12.0_py3.6.Dockerfile index 2c493a6..9e7bc03 100644 --- a/12.0_py3.6.Dockerfile +++ b/12.0_py3.6.Dockerfile @@ -9,6 +9,7 @@ ENV APT_DEPS='build-essential libjpeg-dev libldap2-dev libsasl2-dev libpq-dev li RUN set -x; \ apt-get update &&\ apt-get install -y --no-install-recommends \ + apt-transport-https \ curl \ git \ gnupg \ -- GitLab