Skip to content

Commit

Permalink
Merge pull request #1307 from alphagov/sengi/netcat-redis
Browse files Browse the repository at this point in the history
Add netcat (nc) and redis-cli.
  • Loading branch information
sengi authored May 14, 2024
2 parents ed067a3 + 0ecdfba commit 74093d6
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 74093d6

Please sign in to comment.