Files
goclaw/.gitattributes
Le Dat c9a484d5d7 fix: Windows deployment — broken symlinks, missing packages, dep scanner false positives (#292)
fix: Windows deployment — broken symlinks, missing packages, dep scanner false positives

- Dockerfile: add pdfplumber, pdf2image, anthropic, poppler-utils, bash to ENABLE_FULL_SKILLS
- Dockerfile: resolve broken git symlinks from Windows clone (core.symlinks=false)
- Dockerfile: strip CRLF from docker-entrypoint.sh at build time
- .gitattributes: enforce LF line endings for shell scripts
- dep_scanner.go: track nested subdirectories + scripts dir basename as local modules
2026-03-20 18:54:45 +07:00

4 lines
140 B
Plaintext

# Ensure shell scripts always use LF line endings (critical for Docker builds on Windows)
*.sh text eol=lf
docker-entrypoint.sh text eol=lf