Update kde/Dockerfile

This commit is contained in:
myve 2024-07-22 19:28:48 +00:00
commit cbade09084

View file

@ -22,5 +22,5 @@ USER ${debug:-user}
WORKDIR /home/user
ENV HOME=/home/user
ENV DISPLAY=:0
ENV SHELL=/usr/bin/bash
ENV SHELL=/bin/bash
ENV PS1="[\u@\h \W \$?]\$ "