Skip to content

Commit

Permalink
Added postgresql-client to the list of installed apk packages
Browse files Browse the repository at this point in the history
Added psql to the configbaker images. This allows the config maker to interact with the postgres database used by dataverse.
  • Loading branch information
johannes-darms committed Apr 12, 2024
1 parent 8974574 commit b1078ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/container-configbaker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV SCRIPT_DIR="/scripts" \
ENV PATH="${PATH}:${SCRIPT_DIR}" \
BOOTSTRAP_DIR="${SCRIPT_DIR}/bootstrap"

ARG APK_PACKAGES="curl bind-tools netcat-openbsd jq bash dumb-init wait4x ed"
ARG APK_PACKAGES="curl bind-tools netcat-openbsd jq bash dumb-init wait4x ed postgresql-client"

RUN true && \
# Install necessary software and tools
Expand Down

0 comments on commit b1078ac

Please sign in to comment.