This commit is contained in:
Jessica Frazelle 2014-10-09 10:36:23 -07:00
parent c46fd6e0da
commit 758d1e07f2

6
httpie/Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM python:2.7.8
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN pip install httpie
ENTRYPOINT [ "http" ]