Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Update Certifi and Cryptography Dependencies (#806)
Browse files Browse the repository at this point in the history
* update certifi and cryptography

* remove unnecessary command

* update certifi instead of cryptography

* fix spacing

* Empty commit to rebuild

---------

Co-authored-by: Dmitry Vasilevsky <dmitryv@microsoft.com>
  • Loading branch information
ScottCarda-MS and Dmitry Vasilevsky authored Aug 31, 2023
1 parent 3c4811c commit 78505cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/test-environments/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 78505cc

Please sign in to comment.