Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BigeYoung authored Sep 9, 2020
1 parent d5f00c0 commit 4d19b01
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ RUN export MY_INSTALL_DIR=$HOME/.local \
&& export PATH="$PATH:$MY_INSTALL_DIR/bin"

RUN apt-get update && apt-get install -y \
cmake build-essential autoconf git pkg-config \
automake libtool curl make g++ unzip \
cmake build-essential autoconf git pkg-config python-pip \
automake libtool curl make g++ unzip libssl-dev libc-ares-dev \
&& pip install absl-py \
&& apt-get clean \
&& mkdir /grpc

Expand All @@ -23,6 +24,7 @@ RUN git clone --recurse-submodules -b v1.31.0 https://github.com/grpc/grpc \
-DgRPC_ZLIB_PROVIDER=package \
-DgRPC_CARES_PROVIDER=package \
-DgRPC_SSL_PROVIDER=package \
-DgRPC_ABSL_PROVIDER=package \
-DCMAKE_BUILD_TYPE=Release \
../.. \
&& make -j \
Expand Down

0 comments on commit 4d19b01

Please sign in to comment.