mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
httpie
This commit is contained in:
parent
c46fd6e0da
commit
758d1e07f2
6
httpie/Dockerfile
Normal file
6
httpie/Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
FROM python:2.7.8
|
||||||
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
|
RUN pip install httpie
|
||||||
|
|
||||||
|
ENTRYPOINT [ "http" ]
|
Loading…
Reference in New Issue
Block a user