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 issues #26

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix Docker issues #26

wants to merge 2 commits into from

Conversation

castholm
Copy link

@castholm castholm commented Aug 13, 2023

Thanks for this really useful tool. I ran into a couple of minor issues on Windows when following the instructions for building a docker image:

  • If your git isn't configured to preserve line endings (meaning core.autocrlf is set to true), bootstrap and .ac/.am files will be checked out with CRLF line endings resulting in the shell complaining about files not existing. This is fixed by enforcing LF line endings for these files in .gitattributes, which makes checking out "just work" regardless of the user's settings.
  • If you run docker build after cloning the repo but before initializing git submodules, Docker will try to initialize submodules but fail with several messages about failing to validate server certificates. Installing the ca-certificates package fixes this.

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