mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 10:29:29 +00:00
Fix java version, and logging configs
This commit is contained in:
parent
751aec4b63
commit
07e97398af
5 changed files with 22 additions and 34 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue