install scx but disable it by default.
This commit is contained in:
parent
f4d295647c
commit
2b20fb7b3f
1 changed files with 2 additions and 2 deletions
|
|
@ -138,8 +138,8 @@ RUN rpm-ostree install waydroid
|
||||||
# Install virt-manager and LXC driver
|
# Install virt-manager and LXC driver
|
||||||
RUN rpm-ostree install virt-manager libvirt-daemon-driver-lxc libvirt-daemon-lxc
|
RUN rpm-ostree install virt-manager libvirt-daemon-driver-lxc libvirt-daemon-lxc
|
||||||
|
|
||||||
# enable systemd services
|
# disable scx service
|
||||||
RUN systemctl enable scx.service
|
RUN systemctl disable scx.service
|
||||||
|
|
||||||
# Copy config files
|
# Copy config files
|
||||||
COPY etc /etc
|
COPY etc /etc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue