mirror of
https://github.com/tiennm99/goclaw.git
synced 2026-07-09 23:07:21 +00:00
c9a484d5d7
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
4 lines
140 B
Plaintext
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
|