Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Use Docker's multi-stage builds #95

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tetsuharuohzeki
Copy link
Collaborator

This try again #90

WORKDIR /root/
COPY --from=builder /gh-action-detect-unmergeable/ghaction_unmergeable_detection .
RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/*
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In #90, I forgot this line

@tetsuharuohzeki
Copy link
Collaborator Author

By https://github.com/cats-oss/github-action-detect-unmergeable/actions, if we do this, the time of docker build will increase some seconds and we can assume that it will be more longer by installing ca-certificates. I hesitate to merge this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-docker-image I-enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant