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 33DEBIAN_FRONTEND=noninteractive
44echo " APT::Get::Assume-Yes \" true\" ;" | sudo tee -a /etc/apt/apt.conf.d/90assumeyes
55
6+ sudo apt remove unattended-upgrades
7+ systemctl disable apt-daily-upgrade.service
8+
69sudo apt update
710sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh && \
811sudo usermod -aG docker ubuntu
Original file line number Diff line number Diff line change @@ -228,6 +228,10 @@ export DEBIAN_FRONTEND=noninteractive
228228
229229{{if eq .cloud "azure"}}
230230echo "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+
231235sudo apt update
232236sudo curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
233237sudo usermod -aG docker ubuntu
You can’t perform that action at this time.
0 commit comments