mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
Upgrade to grep-ast 0.2.2 to streamline tree-sitter install
This commit is contained in:
parent
b579c9e4d4
commit
5280549c33
3 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
FROM python:3.10-slim
|
||||
COPY . /aider
|
||||
RUN apt-get update && \
|
||||
apt-get install --no-install-recommends -y build-essential git libportaudio2 && \
|
||||
apt-get install --no-install-recommends -y git libportaudio2 && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
pip install --no-cache-dir /aider && \
|
||||
rm -rf /aider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue