Skip to content

Commit

Permalink
add aws-cli to configbacker #10700
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktMeierUIT committed Jul 19, 2024
1 parent 4615f4f commit a6c1c11
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 postgresql-client"
ARG APK_PACKAGES="curl bind-tools netcat-openbsd jq bash dumb-init wait4x ed postgresql-client aws-cli"

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

0 comments on commit a6c1c11

Please sign in to comment.