chore: add jq
ci/woodpecker/push/build-package Pipeline was successful Details
ci/woodpecker/push/build-container Pipeline was successful Details
ci/woodpecker/push/docs Pipeline was successful Details
ci/woodpecker/push/notify Pipeline was successful Details

This commit is contained in:
Robert Kaussow 2024-03-14 15:59:36 +01:00
parent 296e2ea645
commit 5f6feb9ca4
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 1 deletions

View File

@ -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/-}" && \

View File

@ -28,6 +28,7 @@ Custom toolkit container based on Alpine.
- spellchecker-cli
- js-beautify
- yamllint
- jq
<!-- spellchecker-enable -->