Upgrade to grep-ast 0.2.2 to streamline tree-sitter install

This commit is contained in:
Paul Gauthier 2023-10-31 10:22:35 -07:00
parent b579c9e4d4
commit 5280549c33
3 changed files with 4 additions and 2 deletions

View file

@ -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