Install dotfiles

This commit is contained in:
Khue Doan 2021-03-11 01:27:51 +07:00
parent 6a90729167
commit aa2e8a60e4
2 changed files with 7 additions and 1 deletions

View File

@ -4,5 +4,5 @@ services:
tools:
build: ./tools
volumes:
- ./data:/root
- ..:/root/src
- /var/run/docker.sock:/var/run/docker.sock

View File

@ -5,9 +5,15 @@ RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/reposit
RUN apk add \
docker \
helm \
git \
kubectl \
make \
neovim \
python3 \
terraform \
zsh
RUN git clone --depth 1 https://github.com/khuedoan/dotfiles /root \
&& git clone --depth 1 https://github.com/zdharma/zinit.git /root/.zsh/zinit
WORKDIR /root