Skip to content

Commit

Permalink
add jq in the tenant installer docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFlick72 committed Oct 6, 2024
1 parent 7bcc84f commit e545eca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tenant-installer.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ RUN yum install -y yum-utils && \
yum-config-manager --add-repo https://rpm.releases.hashicorp.com/AmazonLinux/hashicorp.repo && \
yum -y install terraform && \
yum update && yum install -y python3-pip && \
yum install -y unzip
yum install -y unzip && \
yum install -y jq

RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
unzip awscliv2.zip && \
Expand Down

0 comments on commit e545eca

Please sign in to comment.