From 345eee33c376d570f46222e82e90e8b0ea9af812 Mon Sep 17 00:00:00 2001 From: Jip-Hop <2871973+Jip-Hop@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:03:02 +0200 Subject: [PATCH] Add systemctl --- templates/docker/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docker/config b/templates/docker/config index 5d72f87..2a2967c 100644 --- a/templates/docker/config +++ b/templates/docker/config @@ -34,7 +34,7 @@ release=bookworm initial_setup=#!/usr/bin/bash set -euo pipefail - apt-get update && apt-get -y install ca-certificates curl + apt-get update && apt-get -y install ca-certificates curl systemctl install -m 0755 -d /etc/apt/keyrings curl -fsSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc chmod a+r /etc/apt/keyrings/docker.asc