From 8b214017589884071830ab3816fb0be705e8e2b8 Mon Sep 17 00:00:00 2001 From: Alex Ianus Date: Mon, 14 Aug 2017 16:11:09 -0400 Subject: [PATCH] Include requests-aws4auth in image for AWS ES support --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c0c6a30..a3d3724 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM alpine:3.4 RUN apk --update add python py-setuptools py-pip && \ pip install elasticsearch-curator==5.1.1 && \ + pip install requests-aws4auth && \ apk del py-pip && \ rm -rf /var/cache/apk/*