Skip to content

Commit

Permalink
[bitnami/minio-client] add jq
Browse files Browse the repository at this point in the history
  • Loading branch information
jouve committed Dec 11, 2023
1 parent 50aa222 commit 45ba920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitnami/minio-client/2023/debian-11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ENV HOME="/" \
COPY prebuildfs /
SHELL ["/bin/bash", "-o", "errexit", "-o", "nounset", "-o", "pipefail", "-c"]
# Install required system packages and dependencies
RUN install_packages ca-certificates curl procps
RUN install_packages ca-certificates curl jq procps
RUN mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ ; \
COMPONENTS=( \
"minio-client-2023.12.7-0-linux-${OS_ARCH}-debian-11" \
Expand Down

0 comments on commit 45ba920

Please sign in to comment.