Browse Source

Include aws cli

pull/73/head
Luis Silva 7 years ago
parent
commit
b658a2f9ab
  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