1
0
mirror of https://github.com/tmaier/docker-compose synced 2024-11-22 16:01:59 +01:00
This commit is contained in:
Tobias L. Maier 2018-02-22 15:52:32 +01:00
parent 1a4a68c30d
commit 757402d516

5
18/Dockerfile Normal file

@ -0,0 +1,5 @@
FROM docker:18
MAINTAINER Tobias Maier <tobias.maier@baucloud.com>
RUN apk add --no-cache py-pip
RUN pip install docker-compose