Remove dotfiles in tools container

This commit is contained in:
Khue Doan 2021-03-11 01:51:05 +07:00
parent 429808949f
commit 9f78e65ecd

View File

@ -4,9 +4,8 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/reposit
RUN apk add \
curl \
docker \
docker-cli \
helm \
git \
kubectl \
make \
neovim \
@ -15,10 +14,4 @@ RUN apk add \
tree \
zsh
RUN git clone --depth 1 https://github.com/zdharma/zinit.git /root/.zsh/zinit \
&& curl https://raw.githubusercontent.com/khuedoan/dotfiles/master/.zshrc > /root/.zshrc \
&& curl https://raw.githubusercontent.com/khuedoan/dotfiles/master/.p10k.zsh > /root/.p10k.zsh \
&& curl https://raw.githubusercontent.com/khuedoan/dotfiles/master/.aliases > /root/.aliases \
&& zsh -i -c 'exit'
WORKDIR /root
WORKDIR /root/src