-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
install clang-format when building the docker image #6
Labels
enhancement
New feature or request
Comments
jidicula
added a commit
that referenced
this issue
May 23, 2020
**Why this change was necessary** Installing within the docker image cleans up the logs when using the action. **What this change does** Moves `apt-get` commands from `entrypoint.sh` to `Dockerfile`. **Additional context/notes/links** Resolves: #6 Signed-off-by: jidicula <johanan.idicula@gmail.com>
Merged
thanks! |
You're welcome! Thanks for your feedback! |
jidicula
added a commit
that referenced
this issue
Jul 24, 2022
Ubuntu Impish seems to be unsupported now and its Release files seem to have been removed from the Ubuntu repositories. > #6 1.390 E: The repository 'http://security.ubuntu.com/ubuntu impish-security Release' does not have a Release file. See failures in https://github.com/jidicula/clang-format-action/runs/7485540299?check_suite_focus=true
jidicula
added a commit
that referenced
this issue
Jul 24, 2022
Ubuntu Impish seems to be unsupported now and its Release files seem to have been removed from the Ubuntu repositories. > #6 1.390 E: The repository 'http://security.ubuntu.com/ubuntu impish-security Release' does not have a Release file. See failures in https://github.com/jidicula/clang-format-action/runs/7485540299?check_suite_focus=true
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
a little suggestion: install clang-format when building the docker image instead of installing it in
entrypoint.sh
.installing it in the docker image would clean up the logs when using the action, at the moment there is the logs of clang-format installing
The text was updated successfully, but these errors were encountered: