dockerfiles/httpie/Dockerfile
Jessica Frazelle de2a2dfa9e unix socket
2015-03-12 11:08:52 -07:00

7 lines
129 B
Docker

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