Continued testing on buildserver
This commit is contained in:
parent
8f36be16e4
commit
b1e8ab2f1b
|
@ -20,8 +20,7 @@ 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
|
#This should be the first real user created and the `users` group on most linux distros
|
||||||
RUN chown -R 1000:100 /opt/spiri-sdk
|
RUN chown -R 1000:100 /opt/spiri-sdk
|
||||||
#Install our desktop environment last
|
#Install our desktop environment last
|
||||||
RUN apt-get remove --yes ubuntu-desktop
|
RUN apt-get install --yes --no-install-recommends lxqt
|
||||||
RUN apt-get install --yes lxqt
|
|
||||||
|
|
||||||
RUN useradd -m -s /bin/bash spiri && echo 'spiri:spiri-friend' | chpasswd
|
RUN useradd -m -s /bin/bash spiri && echo 'spiri:spiri-friend' | chpasswd
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue