Update elastic

This commit is contained in:
Arnie
2018-01-09 11:51:39 +01:00
parent 82e2decda3
commit 355369978e
3 changed files with 322 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
ARG IMAGE_NAME
ARG IMAGE_VERSION
FROM ${IMAGE_NAME}:${IMAGE_VERSION}
RUN apk --no-cache update && \
apk --no-cache add python py-pip py-setuptools ca-certificates groff less && \
pip --no-cache-dir install awscli && \
rm -rf /var/cache/apk/*
WORKDIR /mnt/uploads