Skip to content

Commit

Permalink
Merge pull request #10701 from DataverseNO/10700-aws-in-container-con…
Browse files Browse the repository at this point in the history
…figbaker

add aws-cli to configbaker
  • Loading branch information
pdurbin committed Jul 25, 2024
2 parents f7cd9f5 + a6c1c11 commit 93afea5
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 93afea5

Please sign in to comment.