mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
Install ca-certificates before openjdk-21 to resolve cacerts error
This commit is contained in:
parent
98a0f1cf5b
commit
e486243c06
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
python3.11-venv \
|
python3.11-venv \
|
||||||
python3.11-dev \
|
python3.11-dev \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
ca-certificates-java \
|
||||||
openjdk-21-jdk \
|
openjdk-21-jdk \
|
||||||
libtbb-dev \
|
libtbb-dev \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue