Skip to content

Hi, Why install docker-compose inside the docker build ..? When it's used..? #47

Description

@EOM

Hello, a question I don't understand why install docker-compose inside the docker build ..? When it's used..?

docker-github-runner/docker/Dockerfile:
`....
// Install Docker CLI
RUN curl -fsSL https://get.docker.com -o- | sh &&
rm -rf /var/lib/apt/lists/* &&
apt-get clean

// Install Docker-Compose
RUN curl -L -o /usr/local/bin/docker-compose
"https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-$(uname -s)-$(uname -m)" &&
chmod +x /usr/local/bin/docker-compose
....
`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions