From d331a7c9624fbba3d811436b0e59f9aafc6a41db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fa=CC=81bio=20D=2E=20Batista?= Date: Fri, 24 Jul 2015 14:08:19 -0300 Subject: [PATCH] Added bash package --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 69f8349..a9f8b0f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.1 MAINTAINER Dave Newman -RUN apk add --update py-pip && pip install awscli +RUN apk add --update bash py-pip && pip install awscli ADD watch /watch VOLUME /data