add workdir
This commit is contained in:
parent
59a669f11e
commit
d9c8075b7b
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ RUN git clone https://git.zx2c4.com/password-store && \
|
|||
cd password-store && \
|
||||
make install && cd .. && \
|
||||
rm -rf password-store
|
||||
ENV LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
|
||||
ENV LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 HOME=/root
|
||||
WORKDIR HOME
|
||||
ADD zshrc /root/.zshrc
|
||||
CMD zsh
|
||||
|
|
Loading…
Reference in a new issue