Skip to content

Commit 885009a

Browse files
authored
Update Dockerfile.std
1 parent 739efb4 commit 885009a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/Dockerfile.std

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ RUN apt-get update \
1111
&& apt-get dist-upgrade -y ca-certificates
1212

1313
# Install curl and python3
14-
RUN apt-get install -y curl python3-setuptools libpython3.9 python3.9-dev \
14+
RUN apt-get install -y curl python3-setuptools libpython3.9 python3.9-dev \
1515
&& curl https://bootstrap.pypa.io/get-pip.py | python3 \
16-
&& pip3 install --only-binary ":all:" grpcio protobuf==3.20.1
16+
&& GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 pip3 install grpcio protobuf==3.20.1
1717

1818

1919
# Remove some things to decrease CVE surface

0 commit comments

Comments
 (0)