Skip to content

Commit

Permalink
add flatbuffers-dev to the image
Browse files Browse the repository at this point in the history
  • Loading branch information
romange committed Feb 19, 2024
1 parent 2ece460 commit 38aa30c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 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 38aa30c

Please sign in to comment.