From 6c08b84a994ded12d5704e1cb06b65d2c970ee88 Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Mon, 3 Feb 2020 15:14:36 +0100
Subject: [PATCH] TMSS-139: install java JRE (needed for ldap server)

---
 SubSystems/RAServices/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SubSystems/RAServices/Dockerfile b/SubSystems/RAServices/Dockerfile
index 8f4195f9c29..070e2c262ec 100644
--- a/SubSystems/RAServices/Dockerfile
+++ b/SubSystems/RAServices/Dockerfile
@@ -2,7 +2,7 @@
 # should be equivalent to production scu
 FROM centos:centos7.6.1810 AS builder
 RUN yum install -y epel-release
-RUN yum install -y cmake gcc-c++ make log4cplus log4cplus-devel python3 python3-libs python3-devel boost readline-devel boost-devel python36-django binutils-devel boost-python36 boost-python36-devel gettext which openldap-devel npm nodejs git
+RUN yum install -y cmake gcc-c++ make log4cplus log4cplus-devel python3 python3-libs python3-devel boost readline-devel boost-devel python36-django binutils-devel boost-python36 boost-python36-devel gettext which openldap-devel npm nodejs git java-11-openjdk
 
 # see https://www.postgresql.org/download/linux/redhat/ on how to install postgresql-server > 9.2 on centos7
 RUN yum erase -y postgresql postgresql-server postgresql-devel
-- 
GitLab