Browse Source

Merge b658a2f9ab into 43f03d0d0c

pull/73/merge
Luis Silva 7 years ago
committed by GitHub
parent
commit
79f6dde0f4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      Dockerfile

6
Dockerfile

@ -14,7 +14,11 @@ RUN apk -U add \
ca-certificates \
git \
wget \
openssh-client && \
openssh-client \
python \
py-pip && \
pip install --upgrade awscli && \
apk -v --purge del py-pip && \
rm -rf /var/cache/apk/*
ENV TERRAFORM_VERSION 0.11.7

Loading…
Cancel
Save