Added bash package
This commit is contained in:
parent
481799de21
commit
d331a7c962
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue