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

Commit

Permalink
fixed cryptography rust dependency (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: “sanjay” <“[email protected]”>
  • Loading branch information
2 people authored and You-Cyuan Jhang committed Apr 23, 2021
1 parent f1400cd commit b35adc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ RUN apt-get update \
&& ln -s /usr/bin/python3.7 /usr/local/bin/python

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

# Add Tini
ENV TINI_VERSION v0.18.0
Expand Down

0 comments on commit b35adc0

Please sign in to comment.