File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ systemctl disable apt-daily-upgrade.service
256256
257257sudo add-apt-repository universe -y
258258sudo add-apt-repository ppa:git-core/ppa -y
259- sudo apt update && sudo apt install -y software-properties-common git
259+ sudo apt update && sudo apt install -y software-properties-common git build-essential
260260
261261sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
262262sudo usermod -aG docker ubuntu
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ systemctl disable apt-daily-upgrade.service
88
99sudo add-apt-repository universe -y
1010sudo add-apt-repository ppa:git-core/ppa -y
11- sudo apt update && sudo apt install -y software-properties-common git
11+ sudo apt update && sudo apt install -y software-properties-common git build-essential
1212
1313sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
1414sudo usermod -aG docker ubuntu
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ systemctl disable apt-daily-upgrade.service
88
99sudo add-apt-repository universe -y
1010sudo add-apt-repository ppa:git-core/ppa -y
11- sudo apt update && sudo apt install -y software-properties-common git
11+ sudo apt update && sudo apt install -y software-properties-common git build-essential
1212
1313sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
1414sudo usermod -aG docker ubuntu
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ systemctl disable apt-daily-upgrade.service
88
99sudo add-apt-repository universe -y
1010sudo add-apt-repository ppa:git-core/ppa -y
11- sudo apt update && sudo apt install -y software-properties-common git
11+ sudo apt update && sudo apt install -y software-properties-common git build-essential
1212
1313sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
1414sudo usermod -aG docker ubuntu
You can’t perform that action at this time.
0 commit comments