mirror of
https://github.com/tmaier/docker-compose
synced 2024-11-22 16:01:59 +01:00
Use python version of docker-compose
This commit is contained in:
parent
6a85a508cf
commit
671313da04
@ -1,6 +1,5 @@
|
|||||||
FROM docker:latest
|
FROM docker:latest
|
||||||
MAINTAINER Tobias Maier <tobias.maier@baucloud.com>
|
MAINTAINER Tobias Maier <tobias.maier@baucloud.com>
|
||||||
|
|
||||||
RUN apk add --no-cache bash
|
RUN apk add --no-cache py-pip
|
||||||
RUN curl -L https://github.com/docker/compose/releases/download/1.9.0/run.sh > /usr/local/bin/docker-compose
|
RUN pip install docker-compose
|
||||||
RUN chmod +x /usr/local/bin/docker-compose
|
|
||||||
|
Loading…
Reference in New Issue
Block a user