Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 8fba535

Browse files
Add postgresql client
1 parent 65e7665 commit 8fba535

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ RUN apt-get update \
1212
&& apt-get install -y --no-install-recommends \
1313
groovy \
1414
mongodb-org-shell \
15+
postgresql-client \
1516
&& rm -rf /var/lib/apt/lists/* \
1617
&& aria2c --dir /usr/local/bin/ https://dl.min.io/client/mc/release/linux-amd64/mc \
1718
&& chmod +x /usr/local/bin/mc

0 commit comments

Comments
 (0)