Explorar el Código

Update podman_ha_setup.sh

tteckster hace 3 años
padre
commit
aeacf8ce84
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      podman_ha_setup.sh

+ 2 - 1
podman_ha_setup.sh

@@ -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