mirror of
https://github.com/tmaier/docker-compose
synced 2024-11-22 16:01:59 +01:00
parent
eff628deb2
commit
d8c2175611
@ -4,7 +4,7 @@ FROM docker:${DOCKER_VERSION}
|
|||||||
ARG COMPOSE_VERSION=
|
ARG COMPOSE_VERSION=
|
||||||
ARG DOCKER_VERSION
|
ARG DOCKER_VERSION
|
||||||
|
|
||||||
RUN apk add --no-cache py-pip
|
RUN apk add --no-cache py-pip python-dev libffi-dev openssl-dev gcc libc-dev make
|
||||||
RUN pip install "docker-compose${COMPOSE_VERSION:+==}${COMPOSE_VERSION}"
|
RUN pip install "docker-compose${COMPOSE_VERSION:+==}${COMPOSE_VERSION}"
|
||||||
|
|
||||||
LABEL \
|
LABEL \
|
||||||
|
Loading…
Reference in New Issue
Block a user