Added bash package

This commit is contained in:
Fábio D. Batista
2015-07-24 14:08:19 -03:00
parent 481799de21
commit d331a7c962

View File

@ -1,7 +1,7 @@
FROM alpine:3.1
MAINTAINER Dave Newman <dave@assembly.com>
RUN apk add --update py-pip && pip install awscli
RUN apk add --update bash py-pip && pip install awscli
ADD watch /watch
VOLUME /data