mirror of
https://github.com/khuedoan/homelab.git
synced 2025-03-10 12:51:28 +07:00
Install dotfiles
This commit is contained in:
parent
6a90729167
commit
aa2e8a60e4
@ -4,5 +4,5 @@ services:
|
||||
tools:
|
||||
build: ./tools
|
||||
volumes:
|
||||
- ./data:/root
|
||||
- ..:/root/src
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user