khuedoan-homelab/tools/Dockerfile
2021-05-01 22:51:55 +07:00

20 lines
339 B
Docker

FROM archlinux
# TODO (bug) Investigate why --noconfirm is not working
RUN yes | pacman --sync --refresh \
ansible \
curl \
docker \
git \
helm \
kubectl \
lxd \
make \
neovim \
openssh \
python \
terragrunt \
zsh
CMD [ "/bin/zsh" ]