feat(recipe): adding alpine 3.17 version
This commit is contained in:
parent
a84f6ac003
commit
8e1f457efa
|
@ -11,5 +11,8 @@ cp -rp .ssh /mnt/root/
|
||||||
sync
|
sync
|
||||||
umount /mnt
|
umount /mnt
|
||||||
|
|
||||||
|
apk update
|
||||||
|
apk add curl
|
||||||
|
|
||||||
echo "Rebooting the host after install"
|
echo "Rebooting the host after install"
|
||||||
reboot
|
reboot
|
||||||
|
|
Loading…
Reference in New Issue