From 78505cce4d592d7c745f4f18a7aefb6f69230813 Mon Sep 17 00:00:00 2001 From: Scott Carda <55811729+ScottCarda-MS@users.noreply.github.com> Date: Thu, 31 Aug 2023 08:47:13 -0700 Subject: [PATCH] Update Certifi and Cryptography Dependencies (#806) * update certifi and cryptography * remove unnecessary command * update certifi instead of cryptography * fix spacing * Empty commit to rebuild --------- Co-authored-by: Dmitry Vasilevsky --- images/test-environments/linux/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/test-environments/linux/Dockerfile b/images/test-environments/linux/Dockerfile index 530faaaa90..8d5d3fd26f 100644 --- a/images/test-environments/linux/Dockerfile +++ b/images/test-environments/linux/Dockerfile @@ -14,6 +14,8 @@ RUN curl -LO "http://repo.continuum.io/miniconda/Miniconda3-${CONDA_VER}-Linux-$ bash Miniconda3-${CONDA_VER}-Linux-${OS_TYPE}.sh -p /miniconda -b && \ rm Miniconda3-${CONDA_VER}-Linux-${OS_TYPE}.sh +RUN ./miniconda/bin/conda update -y certifi + ARG UBUNTU_VER # Download the Microsoft repository GPG keys RUN wget -q "https://packages.microsoft.com/config/ubuntu/${UBUNTU_VER}/packages-microsoft-prod.deb"