Skip to content
Snippets Groups Projects
Commit b54cf5bd authored by Florian Ruynat's avatar Florian Ruynat Committed by Kubernetes Prow Robot
Browse files

Add git to kubespray image

parent 7e4b1763
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ FROM ubuntu:bionic-20200807 ...@@ -4,7 +4,7 @@ FROM ubuntu:bionic-20200807
RUN apt update -y \ RUN apt update -y \
&& apt install -y \ && apt install -y \
libssl-dev python3-dev sshpass apt-transport-https jq moreutils \ libssl-dev python3-dev sshpass apt-transport-https jq moreutils \
ca-certificates curl gnupg2 software-properties-common python3-pip rsync \ ca-certificates curl gnupg2 software-properties-common python3-pip rsync git \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \ RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add - \
&& add-apt-repository \ && add-apt-repository \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment