Skip to content

Commit

Permalink
Update dcapt Dockerfile, add jq (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyMoroz0703 authored Nov 6, 2023
1 parent 4293761 commit c410930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update \
&& apt-get install -y gnupg software-properties-common curl unzip \
&& curl -fsSL https://apt.releases.hashicorp.com/gpg | apt-key add - \
&& apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main" \
&& apt-get update && apt-get install -y terraform
&& apt-get update && apt-get install -y terraform jq

RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 \
&& chmod 700 get_helm.sh \
Expand Down

0 comments on commit c410930

Please sign in to comment.