Browse Source

setup.sh: additional deps for containerd

Mokhtar Naamani 4 years ago
parent
commit
ec6c62e0c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.sh

+ 1 - 1
setup.sh

@@ -22,7 +22,7 @@ rustup default 1.47.0
 
 if [[ "$OSTYPE" == "linux-gnu" ]]; then
     sudo apt-get install -y coreutils clang jq curl gcc xz-utils sudo pkg-config unzip clang libc6-dev-i386
-    sudo apt-get install -y docker.io docker-compose containerd
+    sudo apt-get install -y docker.io docker-compose containerd runc
 elif [[ "$OSTYPE" == "darwin"* ]]; then
     brew install b2sum gnu-tar jq curl
     echo "It is recommended to setup Docker desktop from: https://www.docker.com/products/docker-desktop"