Skip to content

Commit 89a01b5

Browse files
committed
testing
1 parent fdefbe9 commit 89a01b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-runner/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM summerwind/actions-runner
22
USER root
3-
RUN apt-get update && apt-get install -y curl unzip gnupg
3+
RUN apt-get update && apt upgrade && apt-get install -y curl unzip gnupg
44
RUN curl -LO "https://dl.k8s.io/release/v1.34.0/bin/linux/amd64/kubectl" \
55
&& install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl
66
RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash

0 commit comments

Comments
 (0)