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 \
|
software-properties-common \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
cron \
|
cron \
|
||||||
|
git \
|
||||||
gnupg2
|
gnupg2
|
||||||
|
|
||||||
# Install Terraform
|
# Install Terraform
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue