fix(Dockerfile): ensure git is installed for terraform modules
This commit is contained in:
parent
5e72274f9f
commit
abc1cf2b82
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ RUN apt-get update && \
|
|||
software-properties-common \
|
||||
python3-pip \
|
||||
cron \
|
||||
git \
|
||||
gnupg2
|
||||
|
||||
# Install Terraform
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue