Skip to content

Commit

Permalink
chore: add redis-tools to u22.04-dev
Browse files Browse the repository at this point in the history
Also remove 23.10 and Centos7

Signed-off-by: Roman Gershman <[email protected]>
  • Loading branch information
romange committed Aug 31, 2024
1 parent c39fc92 commit ffbc3b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ jobs:
file: u20.04-dev.Dockerfile
- container: "ubuntu-dev:22"
file: u22.04-dev.Dockerfile
- container: "ubuntu-dev:23.10"
file: u23.10-dev.Dockerfile
- container: "fedora:30"
file: fedora30-dev.Dockerfile
- container: "centos-dev:7"
file: centos7-dev.Dockerfile
# centos7 stopped working
# - container: "centos-dev:7"
# file: centos7-dev.Dockerfile
- container: "ubuntu-dev:24"
file: u24.04-dev.Dockerfile
- container: "benchmark-dev:latest"
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-context-dev libxml2-dev zip ccache libzstd-dev \
debhelper moreutils pip jq lsof lcov libflatbuffers-dev \
debhelper moreutils pip jq lsof lcov netcat redis-tools \
&& 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 ffbc3b2

Please sign in to comment.