feat: update
This commit is contained in:
parent
6f7382a7d9
commit
87aa7c3720
@ -3,7 +3,7 @@ FROM ubuntu:22.04
|
|||||||
RUN echo 'root:root' | chpasswd
|
RUN echo 'root:root' | chpasswd
|
||||||
RUN printf '#!/bin/sh\nexit 0' > /usr/sbin/policy-rc.d
|
RUN printf '#!/bin/sh\nexit 0' > /usr/sbin/policy-rc.d
|
||||||
RUN apt-get update
|
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 printf "systemctl start systemd-logind" >> /etc/profile
|
||||||
|
|
||||||
RUN apt-get install wget net-tools
|
RUN apt-get install wget net-tools
|
||||||
|
Loading…
Reference in New Issue
Block a user