mirror of
https://github.com/tmaier/docker-compose
synced 2024-11-22 07:51:58 +01:00
Add /usr/bin to PATH to support our docker-compose version
This commit is contained in:
parent
0f673706ae
commit
23188c06b2
@ -4,6 +4,8 @@ FROM docker:${DOCKER_VERSION}
|
|||||||
ARG COMPOSE_VERSION=
|
ARG COMPOSE_VERSION=
|
||||||
ARG DOCKER_VERSION
|
ARG DOCKER_VERSION
|
||||||
|
|
||||||
|
ENV PATH /usr/bin:$PATH
|
||||||
|
|
||||||
RUN apk add --no-cache py3-pip python3
|
RUN apk add --no-cache py3-pip python3
|
||||||
RUN apk add --no-cache --virtual \
|
RUN apk add --no-cache --virtual \
|
||||||
build-dependencies \
|
build-dependencies \
|
||||||
|
Loading…
Reference in New Issue
Block a user