Simplified building on my local machine

This commit is contained in:
Alex Davies 2024-05-22 11:16:38 -03:00
parent 6c494a2d52
commit 8f36be16e4
1 changed files with 1 additions and 1 deletions

View File

@ -20,8 +20,8 @@ RUN apt-get install --yes virtualbox-guest-dkms virtualbox-guest-utils
#This should be the first real user created and the `users` group on most linux distros
RUN chown -R 1000:100 /opt/spiri-sdk
#Install our desktop environment last
RUN apt-get install --yes lubuntu-qt-desktop
RUN apt-get remove --yes ubuntu-desktop
RUN apt-get install --yes lxqt
RUN useradd -m -s /bin/bash spiri && echo 'spiri:spiri-friend' | chpasswd