Skip to content

Commit

Permalink
Merge pull request #4 from royjacobson/add_lsof
Browse files Browse the repository at this point in the history
Add lsof to the images
  • Loading branch information
romange authored Aug 21, 2023
2 parents ddf2224 + 557d5c9 commit 67b700f
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 cmake coreutils \
curl ccache clang flex-dev git gcc gdb g++ libunwind-dev libtool libxml2-dev make ninja \
openssl-dev patch zip zstd-dev
openssl-dev patch zip zstd-dev lsof
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-fiber-dev libxml2-dev zip ccache libzstd-dev \
debhelper moreutils pip jq
debhelper moreutils pip jq lsof
RUN 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 \
debhelper moreutils pip jq lsof \
&& 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 67b700f

Please sign in to comment.