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

Fix docker build (.git directory is required now) #2512

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

jake-low
Copy link
Contributor

With #2508, building now depends on git. Docker was being instructed to exclude the .git directory from the build context which was causing the build to fail.

It might be a good idea to add a fallback so that it's still possible to build without git (e.g. if someone downloads a release tarball, or builds on a system where git isn't installed), but not a high priority.

@jake-low jake-low merged commit e49b67d into main Dec 30, 2024
6 checks passed
@jake-low jake-low deleted the jlow/fix-docker-build branch December 30, 2024 19:05
@CollinBeczak CollinBeczak mentioned this pull request Feb 4, 2025
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.

1 participant