Skip to content

Commit

Permalink
Update Dockerfile_base
Browse files Browse the repository at this point in the history
  • Loading branch information
ladisgin authored Oct 17, 2023
1 parent 4f26002 commit a018ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile_base
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ RUN cd $UTBOT_ALL && rm -rf $UTBOT_ALL/llvm-project && rm -rf $UTBOT_ALL/llvm_go

# Install GRPC
FROM base_env
RUN git clone --single-branch -b v1.49.0 --depth=1 https://github.com/grpc/grpc $UTBOT_ALL/grpc
RUN cd $UTBOT_ALL/grpc && git submodule update --init
RUN cd $UTBOT_ALL/grpc \
&& mkdir -p cmake/build \
Expand Down

0 comments on commit a018ad2

Please sign in to comment.