File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,15 @@ RUN set -ex \
160160 && chmod 0755 /usr/local/bin/kustomize \
161161 && chown root:root /usr/local/bin/kustomize
162162
163+ # ------------------------------------------------------------------------------------------------
164+ # docker-compose
165+
166+ RUN set -ex \
167+ && export DOCKER_COMPOSE_VERSION="1.29.2" \
168+ && curl -sL -o /usr/local/bin/docker-compose "https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-Linux-x86_64" \
169+ && chmod +x /usr/local/bin/docker-compose \
170+ && chown root:root /usr/local/bin/docker
171+
163172# ------------------------------------------------------------------------------------------------
164173# Run tini as PID 1 and avoid signal handling issues
165174
You can’t perform that action at this time.
0 commit comments