mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-07 05:51:17 +07:00
19 lines
283 B
Docker
19 lines
283 B
Docker
FROM archlinux
|
|
|
|
RUN yes | pacman --sync --refresh \
|
|
ansible \
|
|
curl \
|
|
docker \
|
|
git \
|
|
helm \
|
|
kubectl \
|
|
lxd \
|
|
make \
|
|
neovim \
|
|
openssh \
|
|
python \
|
|
terragrunt \
|
|
zsh
|
|
|
|
CMD [ "/bin/zsh" ]
|