Keep the order...
This commit is contained in:
parent
adf0bd177a
commit
7da9f69004
1 changed files with 3 additions and 3 deletions
|
|
@ -45,13 +45,13 @@ RUN \
|
||||||
|
|
||||||
WORKDIR /home/hanez
|
WORKDIR /home/hanez
|
||||||
|
|
||||||
|
RUN \
|
||||||
|
chsh -s /bin/zsh root
|
||||||
|
|
||||||
# Use without volumes in the compose file only!
|
# Use without volumes in the compose file only!
|
||||||
#RUN git clone https://git.xw3.org/hanez/home.git .
|
#RUN git clone https://git.xw3.org/hanez/home.git .
|
||||||
#COPY home/hanez/.ssh /home/hanez/.ssh
|
#COPY home/hanez/.ssh /home/hanez/.ssh
|
||||||
|
|
||||||
RUN \
|
|
||||||
chsh -s /bin/zsh root
|
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
useradd -M -u 1000 -U -s /bin/zsh -d /home/hanez hanez; \
|
useradd -M -u 1000 -U -s /bin/zsh -d /home/hanez hanez; \
|
||||||
touch /home/hanez/.penv; \
|
touch /home/hanez/.penv; \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue