From 880128cfcfd2ddfbfc569e44954a200cdce2335f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Trigo=20Soares?= Date: Thu, 8 Feb 2024 11:09:23 +0000 Subject: [PATCH] added redis-tools --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 29425b4..61fcf2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -46,7 +46,8 @@ RUN apt-get update && \ mtr-tiny \ conntrack \ bpftool \ - nmap + nmap \ + redis-tools RUN install -m 0755 -d /etc/apt/keyrings && \ . /etc/os-release && \