Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
fix: fix useradd
Browse files Browse the repository at this point in the history
  • Loading branch information
uhidontkno committed May 4, 2024
1 parent 5dd59db commit 4a6e741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu-xfce/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . .
RUN apt-get update && apt-get install --no-install-recommends -y xfonts-75dpi xvfb passwd sudo dbus dbus-x11 libxrandr2 libxext-dev libxrender-dev libxtst-dev python3 python3-pip xterm git procps python3-numpy neofetch xfce4 xfce4-goodies firefox chromium-browser gimp remmina remmina-plugin-vnc flatpak nano
RUN apt-get install -y tigervnc-tools tigervnc-standalone-server tigervnc-common
RUN mkdir -p /run/dbus
RUN useradd --uid 1000 deblok
RUN useradd deblok
RUN mkdir /home/deblok
RUN chown deblok /home/deblok
RUN chmod 777 /home/deblok
Expand Down

0 comments on commit 4a6e741

Please sign in to comment.