mirror of
https://github.com/tmaier/docker-compose
synced 2024-11-22 07:51:58 +01:00
commit
c7fbe3b956
@ -4,8 +4,10 @@ FROM docker:${DOCKER_VERSION}
|
||||
ARG COMPOSE_VERSION=
|
||||
ARG DOCKER_VERSION
|
||||
|
||||
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 apk add --no-cache py3-pip
|
||||
RUN apk add --virtual build-dependencies python3-dev libffi-dev openssl-dev gcc libc-dev make \
|
||||
&& pip3 install "docker-compose${COMPOSE_VERSION:+==}${COMPOSE_VERSION}" \
|
||||
&& apk del build-dependencies
|
||||
|
||||
LABEL \
|
||||
org.opencontainers.image.authors="Tobias Maier <tobias.maier@baucloud.com>" \
|
||||
|
Loading…
Reference in New Issue
Block a user