khuedoan-homelab/tools/Dockerfile

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" ]