diff --git a/images/toolbox/Dockerfile b/images/toolbox/Dockerfile index 3fce37140..f23a4bf2e 100644 --- a/images/toolbox/Dockerfile +++ b/images/toolbox/Dockerfile @@ -18,8 +18,8 @@ RUN apt-get update -qq ; \ echo "deb [arch=${TARGETARCH} signed-by=${keyrings_dir}/mongodb.gpg] https://repo.mongodb.org/apt/ubuntu jammy/mongodb-org/7.0 multiverse" > /etc/apt/sources.list.d/mongodb.list ; \ apt-get update -qq ; \ apt-get install -qy --no-install-recommends \ - curl file gh git jq libarchive-tools mysql-client postgresql-client \ - pv wget2 gettext mongodb-mongosh mongodb-database-tools ; \ + curl file gh git jq libarchive-tools mysql-client netcat postgresql-client \ + pv wget2 gettext mongodb-mongosh mongodb-database-tools redis-tools ; \ rm -fr /var/lib/apt/lists/* ARG yq_package_url=https://github.com/mikefarah/yq/releases/latest/download @@ -53,6 +53,7 @@ RUN aws --version ; \ mongodump --version ; \ mysql --version ; \ psql --version ; \ + redis-cli --version ; \ echo -n "s5cmd "; s5cmd version ; \ yq --version