FROM docker:latest MAINTAINER Tobias Maier ARG COMPOSE_VERSION= RUN apk add --no-cache py-pip RUN pip install "docker-compose${COMPOSE_VERSION:+==}${COMPOSE_VERSION}"