Use older java version for solr 3.6 compatibility

This commit is contained in:
Nicolas Demonté 2022-06-27 12:26:24 +02:00
parent 006f02d53e
commit af657d7807
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
build-essential \
cabextract \
default-jre \
openjdk-8-jre \
dpkg-dev \
file \
gcc \