From b492a3b03682e1460ee34ceef56437e77ec9bf24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=A1=D1=8B=D1=87?= =?UTF-8?q?=D0=B5=D0=B2?= Date: Wed, 21 Jan 2026 15:08:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D1=81=D0=B5=D1=80=D1=82=D0=B8=D1=84=D0=B8=D0=BA?= =?UTF-8?q?=D0=B0=D1=82=D0=B0=20=D0=B2=20=D0=BE=D0=B1=D1=80=D0=B0=D0=B7?= =?UTF-8?q?=D0=B5=20Python?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile.python-deb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.python-deb b/Dockerfile.python-deb index 3895d67..07e3db7 100644 --- a/Dockerfile.python-deb +++ b/Dockerfile.python-deb @@ -9,3 +9,5 @@ COPY apt/99ca /etc/apt/apt.conf.d/99ca COPY apt/debian.sources /etc/apt/sources.list.d/debian.sources COPY python/pip.conf /etc/pip.conf + +RUN update-ca-certificates