We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda37e8 commit 44eb84fCopy full SHA for 44eb84f
1 file changed
ova/files/docker-setup.sh
@@ -2,6 +2,7 @@
2
set -e
3
4
apt-get update
5
+apt-get full-upgrade -y
6
apt-get install -y ca-certificates curl
7
install -m 0755 -d /etc/apt/keyrings
8
curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
0 commit comments