refactored into get_requirements

This commit is contained in:
Paul Gauthier 2024-07-09 16:39:54 +01:00
parent 2af9876b76
commit e307be1a9c
3 changed files with 42 additions and 37 deletions

View file

@ -9,5 +9,6 @@ RUN apt-get update && \
rm -rf /var/lib/apt/lists/* && \
pip install --no-cache-dir /aider && \
rm -rf /aider
WORKDIR /app
ENTRYPOINT ["aider"]