dockerfiles/httpie/Dockerfile
Jessica Frazelle 758d1e07f2 httpie
2014-10-09 10:36:23 -07:00

7 lines
111 B
Docker

FROM python:2.7.8
MAINTAINER Jessica Frazelle <jess@docker.com>
RUN pip install httpie
ENTRYPOINT [ "http" ]