add systemd to gui-container

This commit is contained in:
Maciej Lebiest 2023-07-25 20:39:17 +02:00
parent e95a956905
commit 15383a8418

View file

@ -14,7 +14,8 @@ ENV GENERAL_PKGS="\
firefox \ firefox \
dbus \ dbus \
dbus-x11 \ dbus-x11 \
strace" strace \
systemd"
# install system dependencies # install system dependencies
RUN dnf install -y \ RUN dnf install -y \
@ -23,4 +24,4 @@ RUN dnf install -y \
RUN echo $'[ -f /usr/share/fzf/shell/key-bindings.bash ] && source /usr/share/fzf/shell/key-bindings.bash' >> /root/.bashrc RUN echo $'[ -f /usr/share/fzf/shell/key-bindings.bash ] && source /usr/share/fzf/shell/key-bindings.bash' >> /root/.bashrc
ENTRYPOINT [ "/bin/bash" ] ENTRYPOINT [ "/sbin/init" ]