fix(Dockerfile): ensure git is installed for terraform modules

This commit is contained in:
Iain Learmonth 2023-03-30 13:33:10 +01:00
parent 5e72274f9f
commit abc1cf2b82

View file

@ -24,6 +24,7 @@ RUN apt-get update && \
software-properties-common \ software-properties-common \
python3-pip \ python3-pip \
cron \ cron \
git \
gnupg2 gnupg2
# Install Terraform # Install Terraform