docker-httpie
docker-httpie copied to clipboard
use alpine linux to reduce image footprint
httpie is only availlable on alpine testing yet, so we need to use alpine:edge for now
$ docker images | grep http httpiealpine latest 928c14ebc275 About a minute ago 52.89 MB clue/httpie latest 9803e0722846 5 days ago 244.2 MB
closes #3
@clue do you think you can merge this? it also fix an issue with SNI because it has a more recent python version (> 2.7.9)
updated PR to simplify it a bit (size did not change significantly, clue/httpie: 207.6MB, with PR: 52.74 MB) /ping @clue