0
0
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:
Piotr Komborski 2018-06-22 21:16:11 +01:00
parent 24a265dfa9
commit f411b0b16f
No known key found for this signature in database
GPG Key ID: 66A31A11D9693D9D

View File

@ -13,7 +13,8 @@ FROM alpine:3.7
RUN apk -U add \
ca-certificates \
git \
wget && \
wget \
openssh-client && \
rm -rf /var/cache/apk/*
ENV TERRAFORM_VERSION 0.11.7