Install ca-certificates before openjdk-21 to resolve cacerts error

This commit is contained in:
Josh Vera 2024-12-29 10:55:09 -08:00
parent 98a0f1cf5b
commit e486243c06

View file

@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y \
python3.11-venv \
python3.11-dev \
python3-pip \
ca-certificates-java \
openjdk-21-jdk \
libtbb-dev \
&& rm -rf /var/lib/apt/lists/*