Skip to content

Commit

Permalink
Merge pull request #10488 from johannes-darms/patch-2
Browse files Browse the repository at this point in the history
Added postgresql-client to the list of installed apk packages
  • Loading branch information
poikilotherm committed Apr 16, 2024
2 parents 3def448 + b1078ac commit a6b2738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/container-configbaker/Dockerfile
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 a6b2738

Please sign in to comment.