File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 3
3
DEBIAN_FRONTEND=noninteractive
4
4
echo " APT::Get::Assume-Yes \" true\" ;" | sudo tee -a /etc/apt/apt.conf.d/90assumeyes
5
5
6
+ sudo apt remove unattended-upgrades
7
+ systemctl disable apt-daily-upgrade.service
8
+
6
9
sudo apt update
7
10
sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh && \
8
11
sudo usermod -aG docker ubuntu
Original file line number Diff line number Diff line change @@ -228,6 +228,10 @@ export DEBIAN_FRONTEND=noninteractive
228
228
229
229
{{if eq .cloud "azure"}}
230
230
echo "APT::Get::Assume-Yes \"true\";" | sudo tee -a /etc/apt/apt.conf.d/90assumeyes
231
+
232
+ sudo apt remove unattended-upgrades
233
+ systemctl disable apt-daily-upgrade.service
234
+
231
235
sudo apt update
232
236
sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
233
237
sudo usermod -aG docker ubuntu
You can’t perform that action at this time.
0 commit comments