Skip to content

Commit

Permalink
add package psql to base image Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMeierUIT committed May 8, 2024
1 parent 77c7102 commit 53b9a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/container-base/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ARG JATTACH_VERSION="v2.1"
ARG JATTACH_CHECKSUM="07885fdc782e02e7302c6d190f54c3930afa10a38140365adf54076ec1086a8e"
ARG WAIT_FOR_VERSION="v2.2.3"
ARG WAIT_FOR_CHECKSUM="70271181be69cd2c7265b2746f97fccfd7e8aa1059894138a775369c23589ff4"
ARG PKGS="jq imagemagick curl unzip wget acl dirmngr gpg lsof procps netcat dumb-init"
ARG PKGS="jq imagemagick curl unzip wget acl dirmngr gpg lsof procps netcat dumb-init postgresql-client"

# Installing the packages in an extra container layer for better caching
RUN <<EOF
Expand Down

0 comments on commit 53b9a05

Please sign in to comment.