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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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