Skip to content

Commit

Permalink
Merge pull request #1455 from openziti/dockerfile-install-jq
Browse files Browse the repository at this point in the history
install jq in CLI container image
  • Loading branch information
qrkourier authored Oct 20, 2023
2 parents 9066510 + 0cf8b30 commit f41fcde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/docker-images/ziti-cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ LABEL name="openziti/ziti-cli" \
USER root

### install packages
RUN INSTALL_PKGS="python38 python38-pip tar bash-completion vim-minimal less shadow-utils" && \
RUN INSTALL_PKGS="python3.11 python3.11-pip tar bash-completion vim-minimal less shadow-utils jq" && \
microdnf -y update --setopt=install_weak_deps=0 --setopt=tsflags=nodocs && \
microdnf -y install --setopt=install_weak_deps=0 --setopt=tsflags=nodocs ${INSTALL_PKGS}

Expand Down

0 comments on commit f41fcde

Please sign in to comment.