From c4109303348d68e267cfdc048b6a95519fb919a0 Mon Sep 17 00:00:00 2001 From: Sergey Moroz Date: Mon, 6 Nov 2023 20:43:55 +0200 Subject: [PATCH] Update dcapt Dockerfile, add jq (#343) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 396aeb85..726c7c94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \