1
0
mirror of https://github.com/tmaier/docker-compose synced 2024-11-23 08:22:27 +01:00
github.com-tmaier-docker-co.../17.06/Dockerfile

6 lines
132 B
Docker
Raw Normal View History

FROM docker:17.06
MAINTAINER Tobias Maier <tobias.maier@baucloud.com>
RUN apk add --no-cache py-pip
RUN pip install docker-compose