From 4a39def242677981e4534f1aba177bd961a4543a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Rodrigues=20Ribeiro?= Date: Sat, 27 May 2023 19:47:57 -0300 Subject: [PATCH] Move systemd package --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 01d005e..981feb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ ARG LANG="pt_BR.UTF-8 UTF-8" RUN apt-get update && \ apt-get upgrade -y && \ - apt-get install init -y && \ + apt-get install init systemd -y && \ apt-get install -y --no-install-recommends \ locales \ tzdata \ @@ -26,7 +26,6 @@ RUN apt-get update && \ python3-gpg \ python3-openssl \ python3 \ - systemd \ xauth \ zenity # Setup locale