Replace lubuntu with lxqt
This commit is contained in:
parent
0b11bd7208
commit
1527f49efc
|
@ -28,7 +28,7 @@ RUN pip3 install typer-slim loguru sh
|
||||||
RUN apt-get install --yes virtualbox-guest-dkms virtualbox-guest-utils spice-vdagent qemu-guest-agent
|
RUN apt-get install --yes virtualbox-guest-dkms virtualbox-guest-utils spice-vdagent qemu-guest-agent
|
||||||
RUN apt-get install --yes docker-compose-v2 firefox
|
RUN apt-get install --yes docker-compose-v2 firefox
|
||||||
#Install our desktop environment last
|
#Install our desktop environment last
|
||||||
RUN apt-get install --yes --no-install-recommends lubuntu-desktop sddm
|
RUN apt-get install --yes --no-install-recommends lxqt sddm
|
||||||
|
|
||||||
COPY ./skel/ /opt/spiri-sdk/user-home-skeleton/
|
COPY ./skel/ /opt/spiri-sdk/user-home-skeleton/
|
||||||
RUN cp -r /opt/spiri-sdk/user-home-skeleton/* /etc/skel/
|
RUN cp -r /opt/spiri-sdk/user-home-skeleton/* /etc/skel/
|
||||||
|
|
Loading…
Reference in New Issue