fix build
This commit is contained in:
parent
e835d4d914
commit
f74e329544
@ -56,7 +56,7 @@ RUN apk --update add curl tar bash python3 pipx findutils git && \
|
||||
| tar xz -C /usr/local/bin kubeconform && \
|
||||
curl -SsfL "https://github.com/FairwindsOps/polaris/releases/download/${POLARIS_VERSION}/polaris_${TARGETOS}_${TARGETARCH}.tar.gz" \
|
||||
| tar xz -C /usr/local/bin polaris && \
|
||||
curl -SsfL "https://github.com/fluxcd/flux2/releases/download/${FLUX_VERSION}/flux_${FLUX_VERSION##v}_{TARGETOS}_${TARGETARCH}.tar.gz" \
|
||||
curl -SsfL "https://github.com/fluxcd/flux2/releases/download/${FLUX_VERSION}/flux_${FLUX_VERSION##v}_${TARGETOS}_${TARGETARCH}.tar.gz" \
|
||||
| tar xz -C /usr/local/bin flux && \
|
||||
chmod 755 /usr/local/bin/kubectl && \
|
||||
chmod 755 /usr/local/bin/kubectl-convert && \
|
||||
|
Loading…
Reference in New Issue
Block a user