mirror of
https://github.com/tmaier/docker-compose
synced 2024-11-22 16:01:59 +01:00
Use docker-compose container to run
- default install method does currently not work on alpine. - pip option is not leightweight - docker alias seems promising https://docs.docker.com/compose/install/
This commit is contained in:
parent
9a47d96a64
commit
6a85a508cf
@ -1,7 +1,6 @@
|
|||||||
FROM docker:latest
|
FROM docker:latest
|
||||||
MAINTAINER Tobias Maier <tobias.maier@baucloud.com>
|
MAINTAINER Tobias Maier <tobias.maier@baucloud.com>
|
||||||
|
|
||||||
RUN curl \
|
RUN apk add --no-cache bash
|
||||||
-L "https://github.com/docker/compose/releases/download/1.9.0/docker-compose-$(uname -s)-$(uname -m)" \
|
RUN curl -L https://github.com/docker/compose/releases/download/1.9.0/run.sh > /usr/local/bin/docker-compose
|
||||||
-o /usr/local/bin/docker-compose
|
|
||||||
RUN chmod +x /usr/local/bin/docker-compose
|
RUN chmod +x /usr/local/bin/docker-compose
|
||||||
|
Loading…
Reference in New Issue
Block a user