Skip to content

Commit

Permalink
Protobuf was updated in Ubuntu. Can now be installed directly from th…
Browse files Browse the repository at this point in the history
…e OS.
  • Loading branch information
bashimao committed Jul 17, 2024
1 parent c4eb92d commit 132d996
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/dockerfile.merlin
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,11 @@ RUN ARCH=$([ "${TARGETARCH}" = "arm64" ] && echo "sbsa" || echo "x86_64") && \
autoconf automake libtool \
# Required to build Hadoop.
pkg-config \
libboost-date-time-dev \
libboost-program-options-dev \
libprotobuf-dev \
libprotoc-dev \
libfuse-dev \
libpmem-dev \
libsnappy-dev \
# Required to run Hadoop.
Expand Down
5 changes: 5 additions & 0 deletions docker/dockerfile.merlin.ctr
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ RUN ARCH=$([ "${TARGETARCH}" = "arm64" ] && echo "sbsa" || echo "x86_64") && \
autoconf automake libtool \
# Required to build Hadoop.
pkg-config \
libboost-date-time-dev \
libboost-program-options-dev \
libprotobuf-dev \
libprotoc-dev \
libfuse-dev \
libpmem-dev \
libsnappy-dev \
# Required to run Hadoop.
Expand Down

0 comments on commit 132d996

Please sign in to comment.