dockerfiles/httpie/Dockerfile

7 lines
129 B
Docker
Raw Normal View History

2014-10-09 19:36:23 +02:00
FROM python:2.7.8
MAINTAINER Jessica Frazelle <jess@docker.com>
2015-03-12 19:08:52 +01:00
RUN pip install httpie httpie-unixsocket
2014-10-09 19:36:23 +02:00
ENTRYPOINT [ "http" ]