Skip to content

Commit

Permalink
add boost-static to alpine and lcov to ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Gershman <[email protected]>
  • Loading branch information
romange committed Aug 29, 2023
1 parent 67b700f commit 870bab7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion alpine-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LABEL org.opencontainers.image.source https://github.com/romange/container-found
#
# coreutils is needed so that mktemp will work as expected.

RUN apk add autoconf-archive automake bash bison boost-dev cmake coreutils \
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
RUN apk add --no-cache tar
Expand Down
6 changes: 3 additions & 3 deletions u20.04-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ ENV DEBIAN_FRONTEND=noninteractive
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-fiber-dev libxml2-dev zip ccache libzstd-dev \
debhelper moreutils pip jq lsof
RUN rm -rf /var/lib/apt/lists/*
gcc-9 g++-9 libboost-fiber-dev libboost-context-dev libxml2-dev zip ccache libzstd-dev \
debhelper moreutils pip jq lsof lcov \
&& rm -rf /var/lib/apt/lists/*

RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 40 \
--slave /usr/bin/g++ g++ /usr/bin/g++-9
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 \
debhelper moreutils pip jq lsof lcov \
&& 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 870bab7

Please sign in to comment.