Fix Anthropic skill references and backend git support

This commit is contained in:
2026-07-23 22:13:50 +00:00
parent 2c5d9d31b6
commit ab1c5b081c
3 changed files with 11 additions and 7 deletions
+1
View File
@@ -1,4 +1,5 @@
FROM python:3.12-slim
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
WORKDIR /app