We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739efb4 commit 885009aCopy full SHA for 885009a
ci/Dockerfile.std
@@ -11,9 +11,9 @@ RUN apt-get update \
11
&& apt-get dist-upgrade -y ca-certificates
12
13
# Install curl and python3
14
-RUN apt-get install -y curl python3-setuptools libpython3.9 python3.9-dev \
+RUN apt-get install -y curl python3-setuptools libpython3.9 python3.9-dev \
15
&& curl https://bootstrap.pypa.io/get-pip.py | python3 \
16
- && pip3 install --only-binary ":all:" grpcio protobuf==3.20.1
+ && GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 pip3 install grpcio protobuf==3.20.1
17
18
19
# Remove some things to decrease CVE surface
0 commit comments