Skip to content

Commit

Permalink
Merge pull request #3 from kostasrim/update_deps
Browse files Browse the repository at this point in the history
chore: update deps on docker files
  • Loading branch information
romange authored Aug 16, 2023
2 parents 6388c50 + ae5f5c8 commit ddf2224
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions u20.04-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ 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
gcc-9 g++-9 libboost-fiber-dev libxml2-dev zip ccache libzstd-dev \
debhelper moreutils pip jq
RUN 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

RUN /tmp/get_mold.sh
RUN /tmp/install_versioned_redis.sh redis-server-6.2.11 https://github.com/redis/redis/archive/6.2.11.tar.gz
RUN /tmp/install_versioned_redis.sh redis-server-6.2.11 https://github.com/redis/redis/archive/6.2.11.tar.gz
3 changes: 2 additions & 1 deletion u22.04-dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ 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 \
&& rm -rf /var/lib/apt/lists/*

RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 40 \
--slave /usr/bin/g++ g++ /usr/bin/g++-11

RUN /tmp/get_mold.sh
RUN /tmp/get_mold.sh

0 comments on commit ddf2224

Please sign in to comment.