mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
removed universal-ctags from docker image
This commit is contained in:
parent
58d5c1e59b
commit
0030615578
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM python:3.10-slim
|
FROM python:3.10-slim
|
||||||
COPY . /aider
|
COPY . /aider
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install --no-install-recommends -y git universal-ctags libportaudio2 && \
|
apt-get install --no-install-recommends -y git libportaudio2 && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
pip install --no-cache-dir /aider && \
|
pip install --no-cache-dir /aider && \
|
||||||
rm -rf /aider
|
rm -rf /aider
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue