We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdefbe9 commit 89a01b5Copy full SHA for 89a01b5
github-runner/Dockerfile
@@ -1,6 +1,6 @@
1
FROM summerwind/actions-runner
2
USER root
3
-RUN apt-get update && apt-get install -y curl unzip gnupg
+RUN apt-get update && apt upgrade && apt-get install -y curl unzip gnupg
4
RUN curl -LO "https://dl.k8s.io/release/v1.34.0/bin/linux/amd64/kubectl" \
5
&& install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
6
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash
0 commit comments