Skip to content

Commit

Permalink
add git to cloud-init
Browse files Browse the repository at this point in the history
Signed-off-by: Lars <larslehmann@kabelmail.de>
  • Loading branch information
Sopor10 authored and alexellis committed Feb 14, 2021
1 parent 6a86576 commit bc2fe46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cloud-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docs/bootstrap/cloud-config.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc2fe46

Please sign in to comment.