Skip to content

Commit

Permalink
Dockerfile: update deps for building asyncssh
Browse files Browse the repository at this point in the history
It requires python3-cryptography which now requires Rust to build

Signed-off-by: Andy Doan <[email protected]>
  • Loading branch information
doanac committed Jul 21, 2022
1 parent e65a085 commit 0a34030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:20.04 as pydeps

# python3-curl is built with gnutls so we build it by hand
RUN apt update && \
apt install -y gcc libcurl4-openssl-dev libffi-dev libssh-dev python3-pip python3-dev
apt install -y gcc libcurl4-openssl-dev libffi-dev libssh-dev python3-pip python3-dev rustc
RUN pip3 install pycurl==7.43.0.6
RUN pip3 install asyncssh==2.2.1 netifaces==0.10.9 requests==2.23.0 pyyaml==5.3.1 pydantic==1.5.1

Expand Down

0 comments on commit 0a34030

Please sign in to comment.