diff --git a/Dockerfile b/Dockerfile index 25d7833..0ba7b7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,13 +45,13 @@ RUN \ WORKDIR /home/hanez +RUN \ + chsh -s /bin/zsh root + # Use without volumes in the compose file only! #RUN git clone https://git.xw3.org/hanez/home.git . #COPY home/hanez/.ssh /home/hanez/.ssh -RUN \ - chsh -s /bin/zsh root - RUN \ useradd -M -u 1000 -U -s /bin/zsh -d /home/hanez hanez; \ touch /home/hanez/.penv; \