Browse Source

Update podman_ha_setup.sh

tteckster 3 năm trước cách đây
mục cha
commit
aeacf8ce84
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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