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" ]