We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65a085 commit 39bd0ebCopy full SHA for 39bd0eb
Dockerfile
@@ -3,7 +3,7 @@ FROM ubuntu:20.04 as pydeps
3
4
# python3-curl is built with gnutls so we build it by hand
5
RUN apt update && \
6
- 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 cargo
7
RUN pip3 install pycurl==7.43.0.6
8
RUN pip3 install asyncssh==2.2.1 netifaces==0.10.9 requests==2.23.0 pyyaml==5.3.1 pydantic==1.5.1
9
0 commit comments