FROM docker:17.05.0-ce-git

RUN apk add --update-cache py-pip \
&& pip install docker-compose
