Luis Silva
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
1 deletions
-
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 |
|
|
|