unix socket

This commit is contained in:
Jessica Frazelle 2015-03-12 11:08:52 -07:00
parent 2a61609b4f
commit e113efca69
1 changed files with 1 additions and 1 deletions

View File

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