Add git back to the tools container

Kustomize needs git
This commit is contained in:
Khue Doan 2021-05-23 02:57:09 +07:00
parent 9379e45b18
commit 6097a1358a

View File

@ -7,6 +7,7 @@ RUN yes | pacman --sync --refresh \
ansible \ ansible \
docker \ docker \
docker-compose \ docker-compose \
git \
kubectl \ kubectl \
libisoburn \ libisoburn \
make \ make \