Skip to content

Commit

Permalink
Merge pull request #2725 from joshvera/fix-benchmark-java-ca-pkg
Browse files Browse the repository at this point in the history
Install ca-certificates before openjdk-21 to resolve cacerts error
  • Loading branch information
paul-gauthier authored Dec 29, 2024
2 parents 98a0f1c + e486243 commit d3298ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmark/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit d3298ac

Please sign in to comment.