Update podman_ha_setup.sh

This commit is contained in:
tteckster
2021-12-31 10:58:52 -05:00
committed by GitHub
parent 4fbf6d1f79
commit aeacf8ce84

View File

@ -34,7 +34,8 @@ apt-get -qqy upgrade &>/dev/null
msg "Installing prerequisites..."
apt-get -qqy install \
curl &>/dev/null
curl \
runc &>/dev/null
msg "Installing Podman..."
apt-get -y install podman &>/dev/null