Skip to content

Commit 39bd0eb

Browse files
committed
Dockerfile: update deps for building asyncssh
It requires python3-cryptography which now requires Rust to build Signed-off-by: Andy Doan <andy@foundries.io>
1 parent e65a085 commit 39bd0eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:20.04 as pydeps
33

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

0 commit comments

Comments
 (0)