1
0
mirror of https://github.com/tmaier/docker-compose synced 2024-11-26 05:47:50 +01:00
github.com-tmaier-docker-co.../17.03/Dockerfile

8 lines
202 B
Docker

FROM docker:17.03
MAINTAINER Tobias Maier <tobias.maier@baucloud.com>
ARG COMPOSE_VERSION=1.11.*
RUN apk add --no-cache py-pip
RUN pip install "docker-compose${COMPOSE_VERSION:+==}${COMPOSE_VERSION}"