readd setuptools
ci/woodpecker/pr/build-package Pipeline was successful Details
ci/woodpecker/pr/build-container Pipeline was successful Details
ci/woodpecker/pr/docs Pipeline was successful Details

This commit is contained in:
Robert Kaussow 2023-12-14 10:42:48 +01:00
parent 25d1b85c92
commit 25e80a2ca3
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ RUN apk --update add curl tar bash python3 pipx findutils git && \
apk --no-cache upgrade libcrypto3 libssl3 && \
pipx install --include-deps flux-local=="$FLUX_LOCAL_VERSION" && \
pipx inject flux-local PyYAML && \
$PIPX_HOME/shared/bin/pip install -U pip && \
$PIPX_HOME/shared/bin/pip install -U pip setuptools && \
curl -SsfL -o /usr/local/bin/kubectl "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl" && \
curl -SsfL -o /usr/local/bin/kubectl-convert "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/${TARGETOS}/${TARGETARCH}/kubectl-convert" && \
curl -SsfL -o /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/yq_${TARGETOS}_${TARGETARCH}" && \