mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
feat: Add OpenJDK 21 and TBB dev packages to Dockerfile
This commit is contained in:
parent
86b6a4cefd
commit
bc89be6187
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ RUN apt-get update && apt-get install -y \
|
|||
python3.11-venv \
|
||||
python3.11-dev \
|
||||
python3-pip \
|
||||
openjdk-21-jdk \
|
||||
libtbb-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Make python3.11 the default python3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue