Skip to content

Commit

Permalink
Add netcat (nc) and redis-cli.
Browse files Browse the repository at this point in the history
Useful for rare occasions where we need to poke about with Redis.

It's the OpenBSD flavor of netcat, if anyone cares.
  • Loading branch information
sengi committed May 14, 2024
1 parent 8b067d3 commit 0ecdfba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions images/toolbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -53,6 +53,7 @@ RUN aws --version ; \
mongodump --version ; \
mysql --version ; \
psql --version ; \
redis-cli --version ; \
echo -n "s5cmd "; s5cmd version ; \
yq --version

Expand Down

0 comments on commit 0ecdfba

Please sign in to comment.