add systemd to gui-container
This commit is contained in:
parent
e95a956905
commit
15383a8418
1 changed files with 3 additions and 2 deletions
|
@ -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" ]
|
||||||
|
|
Loading…
Reference in a new issue