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

Update browser.Dockerfile #366

Merged
merged 1 commit into from
Jul 1, 2024
Merged

Conversation

JoostSP
Copy link
Contributor

@JoostSP JoostSP commented Jun 15, 2024

Building the browser.Dockerfile fails at line 26 as the .git directory appears missing. With rm -f the build no longer fails.

What it does

The -f flag on rm stops the build from failing during build, as the missing .git directory is no longer critical.

How to test

Run docker build . --file browser.Dockerfile

Review checklist

Reminder for reviewers

Building the browser.Dockerfile fails at line 26 as the .git directory appears missing. With rm -f the build no longer fails.
@jfaltermeier jfaltermeier self-requested a review July 1, 2024 07:04
Copy link
Contributor

@jfaltermeier jfaltermeier left a comment

Choose a reason for hiding this comment

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

Thanks, looks good to me.
The mac os runners on Github seem stuck atm, but the mac build succeeded on the Eclipse CI.
I am not sure why the License Check fails with an internal error, but this PR does not change any dependencies so the licenses are unchanged, so we may ignore this check

@jfaltermeier jfaltermeier merged commit 531320f into eclipse-theia:master Jul 1, 2024
4 of 6 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants