Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
EOM opened this issue Jul 6, 2021 · 0 comments
Open

Comments

@EOM
Copy link

EOM commented Jul 6, 2021

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
....
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant