FROM alpine:latest MAINTAINER Jessie Frazelle RUN apk --no-cache add \ ca-certificates \ python \ py-pip \ && pip install httpie httpie-unixsocket ENTRYPOINT [ "http" ]