Skip to content

Commit

Permalink
add flatbuffers-dev to the image
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Gershman <[email protected]>
  • Loading branch information
romange committed Feb 19, 2024
1 parent 2ece460 commit 20feaab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alpine-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LABEL org.opencontainers.image.source https://github.com/romange/container-found

RUN apk add autoconf-archive automake bash bison boost-dev boost-static cmake coreutils \
curl ccache clang flex-dev git gcc gdb g++ libunwind-dev libtool libxml2-dev make ninja \
openssl-dev patch zip zstd-dev lsof
openssl-dev patch zip zstd-dev lsof flatbuffers-dev moreutils
RUN apk add --no-cache tar

# currently for aarch64 there is no mold
Expand Down
2 changes: 1 addition & 1 deletion fedora30-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY ./install_boost.sh /tmp/

RUN dnf install -y automake gcc-c++ git cmake libtool make ninja-build \
openssl-devel libunwind-devel autoconf-archive patch wget bzip2 \
openssl-static zlib-devel gdb ccache
openssl-static zlib-devel gdb ccache flatbuffers-devel

RUN dnf install -y bison libzstd-static --releasever=32 \
&& dnf clean all && rm -rf /var/cache/yum
Expand Down
2 changes: 1 addition & 1 deletion u20.04-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt update
RUN apt install -y autoconf-archive bison cmake curl gdb git libssl-dev \
libunwind-dev libfl-dev ninja-build libtool redis wget \
gcc-9 g++-9 libboost-context-dev zip ccache libzstd-dev \
debhelper moreutils pip jq lsof lcov \
debhelper moreutils pip jq lsof lcov libflatbuffers-dev \
&& rm -rf /var/lib/apt/lists/*

RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 40 \
Expand Down
2 changes: 1 addition & 1 deletion u22.04-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y autoconf-archive bison cmake curl gdb git libssl-dev \
libunwind-dev libfl-dev ninja-build libtool \
gcc-11 g++-11 libboost-fiber-dev libxml2-dev zip ccache \
debhelper moreutils pip jq lsof lcov \
debhelper moreutils pip jq lsof lcov libflatbuffers-dev \
&& rm -rf /var/lib/apt/lists/*

RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 40 \
Expand Down

0 comments on commit 20feaab

Please sign in to comment.