From 5f6feb9ca49a8312d9f3c0fee937452c8c899715 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 14 Mar 2024 15:59:36 +0100 Subject: [PATCH] chore: add jq --- Containerfile.multiarch | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile.multiarch b/Containerfile.multiarch index 92b76a9..684c83d 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -36,7 +36,7 @@ ENV KUBECONFORM_VERSION="${KUBECONFORM_VERSION:-v0.6.4}" ENV PIPX_HOME=/opt/pipx ENV PIPX_BIN_DIR=/usr/local/bin -RUN apk --update add --no-cache python3 py3-yaml pipx curl make tar git bash && \ +RUN apk --update add --no-cache python3 py3-yaml pipx curl make tar git bash jq && \ apk --no-cache upgrade libcrypto3 libssl3 && \ curl -SsfL -o /usr/local/bin/gomplate "https://github.com/hairyhenderson/gomplate/releases/download/${GOMPLATE_VERSION}/gomplate_${TARGETOS}-${TARGETARCH}${TARGETVARIANT}" && \ curl -SsfL -o /usr/local/bin/url-parser "https://github.com/thegeeklab/url-parser/releases/download/${URL_PARSER_VERSION}/url-parser-${TARGETOS}-${TARGETARCH}${TARGETVARIANT//v/-}" && \ diff --git a/README.md b/README.md index 4197463..941c4c9 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Custom toolkit container based on Alpine. - spellchecker-cli - js-beautify - yamllint +- jq