mirror of
https://github.com/tmaier/docker-compose
synced 2024-11-29 21:11:06 +01:00
6 lines
132 B
Docker
6 lines
132 B
Docker
FROM docker:17.09
|
|
MAINTAINER Tobias Maier <tobias.maier@baucloud.com>
|
|
|
|
RUN apk add --no-cache py-pip
|
|
RUN pip install docker-compose
|