mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
beeswithmachineguns
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
9c12c048aa
commit
5257239049
13
beeswithmachineguns/Dockerfile
Normal file
13
beeswithmachineguns/Dockerfile
Normal 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" ]
|
Loading…
Reference in New Issue
Block a user