Merge remote-tracking branch 'origin/main' into dev
This commit is contained in:
commit
17a77c511d
1 changed files with 6 additions and 1 deletions
|
|
@ -19,7 +19,12 @@ ENV DEBUG=${DEBUG}
|
|||
# Install system dependencies
|
||||
RUN apt-get update && apt-get install -y \
|
||||
gcc \
|
||||
libpq-dev
|
||||
libpq-dev \
|
||||
git \
|
||||
curl \
|
||||
clang \
|
||||
build-essential \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy pyproject.toml and lockfile first for better caching
|
||||
COPY ./cognee-mcp/pyproject.toml ./cognee-mcp/uv.lock ./cognee-mcp/entrypoint.sh ./
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue