Loading src/bgpls_speaker/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ RUN python3 -m pip install --upgrade setuptools wheel RUN python3 -m pip install --upgrade pip-tools # Install OpenJDK-21 RUN apt-get update && \ RUN apt-get update -y && \ apt-get install -y openjdk-21-jre && \ apt-get clean; Loading Loading
src/bgpls_speaker/Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ RUN python3 -m pip install --upgrade setuptools wheel RUN python3 -m pip install --upgrade pip-tools # Install OpenJDK-21 RUN apt-get update && \ RUN apt-get update -y && \ apt-get install -y openjdk-21-jre && \ apt-get clean; Loading