feat: Add OpenJDK 21 and TBB dev packages to Dockerfile

This commit is contained in:
Paul Gauthier (aider) 2024-12-19 07:01:01 -08:00
parent 86b6a4cefd
commit bc89be6187

View file

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