mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-09 08:26:47 +00:00
add git to cloud-init
Signed-off-by: Lars <larslehmann@kabelmail.de>
This commit is contained in:
parent
6a865769ec
commit
bc2fe46023
@ -7,6 +7,7 @@ package_update: true
|
|||||||
|
|
||||||
packages:
|
packages:
|
||||||
- runc
|
- runc
|
||||||
|
- git
|
||||||
|
|
||||||
runcmd:
|
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
|
- 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
|
||||||
|
@ -7,6 +7,7 @@ package_update: true
|
|||||||
|
|
||||||
packages:
|
packages:
|
||||||
- runc
|
- runc
|
||||||
|
- git
|
||||||
|
|
||||||
runcmd:
|
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
|
- 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user