Skip to content

Commit

Permalink
Update Dockerfile.std
Browse files Browse the repository at this point in the history
  • Loading branch information
buger authored Feb 28, 2023
1 parent 739efb4 commit 885009a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Dockerfile.std
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ RUN apt-get update \
&& apt-get dist-upgrade -y ca-certificates

# Install curl and python3
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 \
&& curl https://bootstrap.pypa.io/get-pip.py | python3 \
&& pip3 install --only-binary ":all:" grpcio protobuf==3.20.1
&& GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 pip3 install grpcio protobuf==3.20.1


# Remove some things to decrease CVE surface
Expand Down

0 comments on commit 885009a

Please sign in to comment.