From 2a87f3042ccbf93d5cfab720abd585f8ba450f2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fa=CC=81bio=20Batista?= Date: Mon, 5 Jun 2017 22:21:28 -0300 Subject: [PATCH] Updated Alpine, and changed install method --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a9f8b0f..6a7c975 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM alpine:3.1 -MAINTAINER Dave Newman +FROM alpine:3.6 +MAINTAINER Elementar Sistemas -RUN apk add --update bash py-pip && pip install awscli +RUN apk --no-cache add bash py-pip && pip install awscli ADD watch /watch VOLUME /data