Sfoglia il codice sorgente

Add JAVA_HOME. See Redmine 100195

Vladimir Tomishinets 6 anni fa
parent
commit
10edf626b1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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