Skip to content

Commit

Permalink
Merge pull request #153 from uselagoon/add_redis-cli_and_psql_to_toolbox
Browse files Browse the repository at this point in the history
Adding redis-cli and psql to Toolbox image
  • Loading branch information
Toby Bellwood authored Apr 29, 2021
2 parents 1b0e667 + 496e81b commit 0b1d049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/toolbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LABEL org.opencontainers.image.source="https://github.com/uselagoon/lagoon-image

RUN apk update \
&& apk upgrade \
&& apk add --no-cache curl ncdu socat ca-certificates openssl perl perl-doc mysql-client rsync mariadb-mytop \
&& apk add --no-cache curl ncdu socat ca-certificates openssl perl perl-doc mysql-client rsync mariadb-mytop redis postgresql-client \
&& update-ca-certificates \
&& rm -rf /var/cache/apk/* \
&& wget https://raw.githubusercontent.com/major/MySQLTuner-perl/master/mysqltuner.pl -O mysqltuner.pl \
Expand Down

0 comments on commit 0b1d049

Please sign in to comment.