Browse Source

setup.sh: install docker

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

+ 2 - 0
setup.sh

@@ -22,8 +22,10 @@ rustup default 1.46.0
 
 if [[ "$OSTYPE" == "linux-gnu" ]]; then
     apt-get install -y coreutils clang jq curl gcc xz-utils sudo pkg-config unzip clang libc6-dev-i386
+    apt-get install -y docker.io docker-compose
 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"
 fi
 
 # Volta nodejs, npm, yarn tools manager