This commit is contained in:
Christoph Gebhardt 2017-03-26 17:58:42 +02:00
parent 336635c010
commit 0afda9d658

View file

@ -9,6 +9,7 @@ RUN apk add --no-cache \
make \ make \
openssh \ openssh \
socat \ socat \
sudo \
tree \ tree \
vim \ vim \
zsh zsh
@ -17,7 +18,7 @@ RUN git clone https://git.zx2c4.com/password-store && \
make install && cd .. && \ make install && cd .. && \
rm -rf password-store rm -rf password-store
RUN addgroup user -g 1000 && \ RUN addgroup user -g 1000 && \
adduser user -G user -u 1000 -D adduser user -G user -u 1000 -D -s /bin/zsh
ENV LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 ENV LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8
WORKDIR /root WORKDIR /root
ADD zshrc /root/.zshrc ADD zshrc /root/.zshrc