From b1e8ab2f1b7daa39773a0e2fb336f63d8ed13f1c Mon Sep 17 00:00:00 2001 From: Alex Davies Date: Fri, 24 May 2024 09:36:04 -0300 Subject: [PATCH] Continued testing on buildserver --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2ae0f40..ac5967a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 RUN chown -R 1000:100 /opt/spiri-sdk #Install our desktop environment last -RUN apt-get remove --yes ubuntu-desktop -RUN apt-get install --yes lxqt +RUN apt-get install --yes --no-install-recommends lxqt RUN useradd -m -s /bin/bash spiri && echo 'spiri:spiri-friend' | chpasswd