mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-22 02:07:46 +07:00
Remove dotfiles in tools container
This commit is contained in:
parent
429808949f
commit
9f78e65ecd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user