beeswithmachineguns

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2015-08-05 00:36:17 -07:00
parent 9c12c048aa
commit 5257239049

View File

@ -0,0 +1,13 @@
FROM alpine:latest
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN apk update && apk add \
ca-certificates \
python \
py-boto \
py-paramiko \
py-pip \
&& rm -rf /var/cache/apk/* \
&& pip install beeswithmachineguns
ENTRYPOINT [ "beeswithmachineguns" ]