From 0f56d11c1cb2de41d7281bef89c61c13cef90a3c Mon Sep 17 00:00:00 2001 From: "Morley, Jonathan" Date: Tue, 11 Sep 2018 15:07:03 +0100 Subject: [PATCH 1/2] Version bumps --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 33d1986..5845543 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apk -v --update add \ less \ mailcap \ && \ - pip install --upgrade awscli==1.14.5 s3cmd==2.0.1 python-magic && \ + pip install --upgrade awscli==1.16.11 s3cmd==2.0.2 python-magic && \ apk -v --purge del py-pip && \ rm /var/cache/apk/* VOLUME /root/.aws From 1f8b45356714d1202b934d17fcd9d793c436ce3d Mon Sep 17 00:00:00 2001 From: Brent Ryan Date: Thu, 6 Dec 2018 14:50:43 -0500 Subject: [PATCH 2/2] Add jq which is useful for interacting with aws cli --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5845543..e4dcc51 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ RUN apk -v --update add \ py-pip \ groff \ less \ + jq \ mailcap \ && \ pip install --upgrade awscli==1.16.11 s3cmd==2.0.2 python-magic && \