From 173271b346768f12f90f20abcfa1823278ecacce Mon Sep 17 00:00:00 2001 From: Ben Yanke Date: Tue, 28 Nov 2017 14:51:53 -0600 Subject: [PATCH] Add the Elastic Beanstalk CLI tool --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 862007f..6a66dfa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apk -v --update add \ less \ mailcap \ && \ - pip install --upgrade awscli==1.11.188 s3cmd==2.0.1 python-magic && \ + pip install --upgrade awscli==1.11.188 s3cmd==2.0.1 python-magic awsebcli && \ apk -v --purge del py-pip && \ rm /var/cache/apk/* VOLUME /root/.aws