Commit f69f8fa1 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

BGPLS Speaker Component:

- Corrected JRE dependency version
parent 736d067d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,9 +60,9 @@ RUN python3 -m pip install --upgrade pip
RUN python3 -m pip install --upgrade setuptools wheel
RUN python3 -m pip install --upgrade pip-tools

# Install OpenJDK-21
# Install OpenJDK-17
RUN apt-get update -y && \
    apt-get install -y openjdk-21-jre && \
    apt-get install -y openjdk-17-jre && \
    apt-get clean;

# Get common Python packages