From 87aa7c3720bfd48f7907a9fc0f6242f6c61608b6 Mon Sep 17 00:00:00 2001 From: liuyx Date: Mon, 2 Sep 2024 15:54:18 +0800 Subject: [PATCH] feat: update --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf76199..f77dd83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:22.04 RUN echo 'root:root' | chpasswd RUN printf '#!/bin/sh\nexit 0' > /usr/sbin/policy-rc.d RUN apt-get update -RUN apt-get install -y systemd systemd-sysv dbus dbus-user-session +RUN apt-get install -y systemd systemd-sysv RUN printf "systemctl start systemd-logind" >> /etc/profile RUN apt-get install wget net-tools