mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-21 14:20:40 +00:00
Add ssh client
So we can clone terraform modules from git over ssh
This commit is contained in:
parent
24a265dfa9
commit
f411b0b16f
@ -13,8 +13,9 @@ FROM alpine:3.7
|
||||
RUN apk -U add \
|
||||
ca-certificates \
|
||||
git \
|
||||
wget && \
|
||||
rm -rf /var/cache/apk/*
|
||||
wget \
|
||||
openssh-client && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
ENV TERRAFORM_VERSION 0.11.7
|
||||
RUN wget -q https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -O terraform.zip && \
|
||||
|
Loading…
Reference in New Issue
Block a user