From e113efca69deb8a4e21f0b4dd7a2d84c5968b794 Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Thu, 12 Mar 2015 11:08:52 -0700 Subject: [PATCH] unix socket --- httpie/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpie/Dockerfile b/httpie/Dockerfile index 103c534..40631bb 100644 --- a/httpie/Dockerfile +++ b/httpie/Dockerfile @@ -1,6 +1,6 @@ FROM python:2.7.8 MAINTAINER Jessica Frazelle -RUN pip install httpie +RUN pip install httpie httpie-unixsocket ENTRYPOINT [ "http" ]