alpine-install-on-disk: add python3

This commit is contained in:
Nico Schottelius 2023-12-06 18:58:09 +01:00
parent 342ed59634
commit 466a9c7dd1
1 changed files with 3 additions and 0 deletions

View File

@ -117,6 +117,9 @@ UUID_1=$UUID
run_root apk update
run_root apk add linux-lts openrc udev openssh e2fsprogs
# For ansible
run_root apk add python3
run_root rc-update add udev
run_root rc-update add udev-trigger
run_root rc-update add sshd