From 481799de211158691abe0dcb1f3b3dc2c8bb1ebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fa=CC=81bio=20D=2E=20Batista?= Date: Fri, 24 Jul 2015 11:49:10 -0300 Subject: [PATCH] Using Alpine as base image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 455c8e7..69f8349 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM ubuntu:14.04 +FROM alpine:3.1 MAINTAINER Dave Newman -RUN apt-get update && apt-get install -y awscli +RUN apk add --update py-pip && pip install awscli ADD watch /watch VOLUME /data