5
This commit is contained in:
parent
39ee8dee34
commit
baae70bc1a
3
Makefile
3
Makefile
@ -13,3 +13,6 @@ install-containerd:
|
||||
sysprep:
|
||||
bash cloud-init-sysprep.sh
|
||||
|
||||
common-tools:
|
||||
bash install-common-tools
|
||||
|
||||
|
6
install-common-tools.sh
Executable file
6
install-common-tools.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
apt update
|
||||
apt install -y vim net-tools
|
Loading…
Reference in New Issue
Block a user