backend update

This commit is contained in:
CC
2026-06-23 23:04:59 +01:00
parent 4550a0939a
commit da1cf3e41a
3 changed files with 2 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ resource "proxmox_virtual_environment_file" "cloud_config" {
- systemctl enable qemu-guest-agent
- mkdir -p /etc/apt/keyrings
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg
- curl -fsSL https://rclone.org/install.sh | bash -s beta
- echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
- apt-get update
- apt-get install -y docker-ce docker-ce-cli containerd.io docker-compose-plugin