delete stuff correctly

This commit is contained in:
Kjeld Schouten
2024-11-06 17:03:54 +01:00
parent 9c6539bfc9
commit 8c526ca94b
+1 -1
View File
@@ -23,7 +23,7 @@ RUN curl -L "https://github.com/truecharts/public/releases/download/v${VERSION}/
RUN curl -fsSLO "https://github.com/kubernetes-sigs/krew/releases/latest/download/krew-linux_amd64.tar.gz" \
&& tar zxvf "krew-linux_amd64.tar.gz" \
&& ./"krew-linux_amd64" install krew \
&& rm /tmp/clustertool.tar.gz
&& rm ./krew-linux_amd64.tar.gz
ENV PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"