Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit b35adc0

Browse files
86sanj“sanjay”
authored and
You-Cyuan Jhang
committed
fixed cryptography rust dependency (#150)
Co-authored-by: “sanjay” <“[email protected]”>
1 parent f1400cd commit b35adc0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ RUN apt-get update \
1313
&& ln -s /usr/bin/python3.7 /usr/local/bin/python
1414

1515
# Pin setuptools to 49.x.x until this [issue](https://github.com/pypa/setuptools/issues/2350) is fixed.
16-
RUN python -m pip install --upgrade pip poetry==1.0.10 setuptools==49.6.0
16+
RUN python -m pip install --upgrade pip poetry==1.0.10 setuptools==49.6.0 -U pip cryptography==3.3.2
17+
# pin cryptography to 3.3.2 until this (https://github.com/Azure/azure-cli/issues/16858) is fixed.
1718

1819
# Add Tini
1920
ENV TINI_VERSION v0.18.0

0 commit comments

Comments
 (0)