Browse Source

added git

Toastie 4 years ago
parent
commit
254e3eb753
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docker.sh

+ 1 - 1
docker.sh

@@ -3,7 +3,7 @@
 # https://dev.to/rohansawant/installing-docker-and-docker-compose-on-the-raspberry-pi-in-5-simple-steps-3mgl
 curl -sSL https://get.docker.com | sh
 sudo usermod -aG docker pi
-sudo apt-get install -y libffi-dev libssl-dev python3 python3-pip
+sudo apt-get install -y libffi-dev libssl-dev python3 python3-pip git
 sudo pip3 install docker-compose
 
 # https://github.com/docker-library/official-images#architectures-other-than-amd64