[setup-podman.sh] Add package python3-mako
This commit is contained in:
parent
ef9c2c3cef
commit
6349eca249
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ if [[ $(whoami) == "root" ]]; then
|
|||
fi
|
||||
|
||||
|
||||
sudo apt install -y aardvark-dns dbus-user-session passt podman podman-compose uidmap
|
||||
sudo apt install -y aardvark-dns dbus-user-session passt podman podman-compose python3-mako uidmap
|
||||
|
||||
|
||||
for unit in podman.service podman.socket podman-auto-update.service podman-auto-update.timer podman-clean-transient.service podman-restart.service; do
|
||||
|
|
Loading…
Reference in a new issue