Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e910a759 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Merge branch '3100-fix-sdk-version' into 'master'

Use sdk 282

See merge request !30
parents 10b8fdad d283fc58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ RUN ln -fs /usr/bin/python3 /usr/bin/python
# Use adoptopenjdk.net to be able to use OpeJDK8 on debian:buster
RUN curl -q https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | apt-key add -
RUN add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
RUN apt-get -qq update && apt-get install -y adoptopenjdk-8-hotspot
RUN apt-get -qq update && apt-get install -y adoptopenjdk-8-hotspot=8u282-b08-3
RUN update-alternatives --set java /usr/lib/jvm/adoptopenjdk-8-hotspot-amd64/bin/java

# Set the work directory