Skip to content

Commit 76ebbd1

Browse files
author
pasqualedevita
committed
fix: Add git
1 parent cef10ac commit 76ebbd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:22.04@sha256:a8fe6fd30333dc60fc5306982a7c51385c2091af1e0ee887166b40a905691fd0
22

3-
RUN apt-get update && apt-get install -y curl
3+
RUN apt-get update && apt-get install -y curl git
44

55
# Create a folder
66
RUN mkdir actions-runner
@@ -39,7 +39,7 @@ RUN apt-get -y install python-pip
3939

4040
RUN curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg && \
4141
echo "deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main" | tee /etc/apt/sources.list.d/kubernetes.list
42-
42+
4343
RUN apt-get update && apt-get -y install kubectl
4444

4545
# install helm from https://helm.sh/docs/intro/install/#from-apt-debianubuntu

0 commit comments

Comments
 (0)