Fix java version, and logging configs

This commit is contained in:
Derry Hamilton 2019-06-11 16:25:30 +01:00
parent 751aec4b63
commit 07e97398af
5 changed files with 22 additions and 34 deletions

View file

@ -8,6 +8,9 @@ MAINTAINER Derry Hamilton <derryh@postcodelottery.co.uk>
# Install up-to-date epel rpm repository
RUN yum -y install epel-release
# Install java first, to get a sensible one.
RUN yum -y install java-1.8.0-openjdk-devel
# Install various packages to get compile environment
RUN yum -y groupinstall 'Development Tools'