mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
update entrypoint
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
2cb39c1938
commit
a4042f8132
|
@ -3,11 +3,15 @@ MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
RUN apk update && apk add \
|
RUN apk update && apk add \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
git \
|
||||||
python \
|
python \
|
||||||
py-boto \
|
py-boto \
|
||||||
py-paramiko \
|
py-paramiko \
|
||||||
py-pip \
|
&& rm -rf /var/cache/apk/*
|
||||||
&& rm -rf /var/cache/apk/* \
|
|
||||||
&& pip install beeswithmachineguns
|
|
||||||
|
|
||||||
ENTRYPOINT [ "beeswithmachineguns" ]
|
RUN git clone https://github.com/newsapps/beeswithmachineguns /usr/src/beeswithmachineguns \
|
||||||
|
&& cd /usr/src/beeswithmachineguns \
|
||||||
|
&& python setup.py install \
|
||||||
|
&& rm -rf /usr/src/beeswithmachineguns
|
||||||
|
|
||||||
|
ENTRYPOINT [ "bees" ]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user