Selaa lähdekoodia

Add JAVA_HOME. See Redmine 100195

Vladimir Tomishinets 6 vuotta sitten
vanhempi
commit
10edf626b1
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -3,3 +3,4 @@ RUN set -x \
            && curl https://repo.infoclinica.ru/yum/centos/sds-prod-portal.repo -o /etc/yum.repos.d/sds-prod-portal.repo \
            && yum install jdk1.8.0_45.x86_64 -y \
            && yum clean all
+ENV JAVA_HOME=/usr/java/default