Skip to content

Commit

Permalink
Fight
Browse files Browse the repository at this point in the history
  • Loading branch information
like-a-freedom committed Feb 2, 2025
1 parent be147b9 commit 1282a20
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 @@ -15,7 +15,7 @@ RUN apt-get install -y \
automake \
g++ \
git \
# python3-dev \
python3-dev \
libabsl-dev
# protobuf-compiler \
# libprotobuf-dev
Expand All @@ -34,7 +34,7 @@ ARG PROTOBUF_VERSION=5.29.3
RUN git clone --branch v${PROTOBUF_VERSION} --recurse-submodules https://github.com/protocolbuffers/protobuf && \
cd protobuf && \
cmake -Dprotobuf_BUILD_TESTS=OFF \
-Dprotobuf_BUILD_SHARED_LIBS=ON \
-Dprotobuf_BUILD_SHARED_LIBS=OFF \
-B build && \
cmake --build build --parallel $(nproc) && \
cmake --install build
Expand Down

0 comments on commit 1282a20

Please sign in to comment.