From 39e7fc6200fe3ab7ab834cb7a3387aeaba5653d5 Mon Sep 17 00:00:00 2001 From: Jip-Hop <2871973+Jip-Hop@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:10:26 +0200 Subject: [PATCH] Remove systemctl --- templates/docker/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/docker/config b/templates/docker/config index 2a2967c..5d72f87 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 systemctl + apt-get update && apt-get -y install ca-certificates curl 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