From 7da9f69004d10fd978049e4383473e309ee900be Mon Sep 17 00:00:00 2001 From: hanez Date: Sat, 28 Jun 2025 00:44:09 +0200 Subject: [PATCH] Keep the order... --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; \