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 885009a commit cfd3e0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/Dockerfile.std
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ RUN apt-get update \

# Install curl and python3
RUN apt-get install -y curl python3-setuptools libpython3.9 python3.9-dev \
&& apt-get install -y build-essential gcc \
&& curl https://bootstrap.pypa.io/get-pip.py | python3 \
&& GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 pip3 install grpcio protobuf==3.20.1


# Remove some things to decrease CVE surface
RUN apt-get remove -y --auto-remove --allow-remove-essential curl libtiff5 ncurses-base \
RUN apt-get remove -y --auto-remove --allow-remove-essential build-essential gcc curl libtiff5 ncurses-base \
&& rm /usr/bin/passwd && rm /usr/sbin/adduser

# Clean up caches, unwanted .a and .o files
Expand Down

0 comments on commit cfd3e0c

Please sign in to comment.