add git to cloud-init

Signed-off-by: Lars <larslehmann@kabelmail.de>
This commit is contained in:
Lars 2021-02-14 00:43:21 +01:00 committed by Alex Ellis
parent 6a865769ec
commit bc2fe46023
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ package_update: true
packages:
- runc
- git
runcmd:
- curl -sLSf https://github.com/containerd/containerd/releases/download/v1.3.5/containerd-1.3.5-linux-amd64.tar.gz > /tmp/containerd.tar.gz && tar -xvf /tmp/containerd.tar.gz -C /usr/local/bin/ --strip-components=1

View File

@ -7,6 +7,7 @@ package_update: true
packages:
- runc
- git
runcmd:
- curl -sLSf https://github.com/containerd/containerd/releases/download/v1.3.5/containerd-1.3.5-linux-amd64.tar.gz > /tmp/containerd.tar.gz && tar -xvf /tmp/containerd.tar.gz -C /usr/local/bin/ --strip-components=1