From 758d1e07f2d4228f484b2ba2d1082adbbc09cb75 Mon Sep 17 00:00:00 2001 From: Jessica Frazelle Date: Thu, 9 Oct 2014 10:36:23 -0700 Subject: [PATCH] httpie --- httpie/Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 httpie/Dockerfile diff --git a/httpie/Dockerfile b/httpie/Dockerfile new file mode 100644 index 0000000..103c534 --- /dev/null +++ b/httpie/Dockerfile @@ -0,0 +1,6 @@ +FROM python:2.7.8 +MAINTAINER Jessica Frazelle + +RUN pip install httpie + +ENTRYPOINT [ "http" ]