Skip to content

Commit

Permalink
Install all required dependencies in docker (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
scholtzan authored May 11, 2022
1 parent 9409c7e commit 2186e35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ RUN groupadd --gid ${USER_ID} ${GROUP_ID} && \
# For grpc https://github.com/grpc/grpc/issues/24556#issuecomment-751797589
RUN apt-get update -qqy \
&& apt-get install --no-install-recommends -qqy \
# python-dev \
# build-essential \
python-dev \
build-essential \
curl \
git \
gnupg2 \
Expand Down

0 comments on commit 2186e35

Please sign in to comment.