khuedoan-homelab/tools/Dockerfile

20 lines
307 B
Docker
Raw Normal View History

FROM archlinux
2021-04-20 09:41:06 +07:00
RUN yes | pacman --sync --refresh \
2021-04-20 09:41:06 +07:00
ansible \
curl \
docker \
2021-04-20 09:41:06 +07:00
git \
helm \
kubectl \
lxd \
2021-04-20 09:41:06 +07:00
make \
neovim \
openssh \
python \
2021-05-15 14:05:43 +07:00
python-netaddr \
terraform \
2021-04-20 09:41:06 +07:00
zsh
CMD [ "/bin/zsh" ]