|
@@ -16,6 +16,7 @@ RUN set -x \
|
|
&& curl https://repo.infoclinica.ru/yum/centos/sds-${repo}-portal.repo -o /etc/yum.repos.d/sds-${repo}-portal.repo \
|
|
&& curl https://repo.infoclinica.ru/yum/centos/sds-${repo}-portal.repo -o /etc/yum.repos.d/sds-${repo}-portal.repo \
|
|
&& yum install tomcat8 -y \
|
|
&& yum install tomcat8 -y \
|
|
&& yum install web-registry-admin -y \
|
|
&& yum install web-registry-admin -y \
|
|
|
|
+ && yum update tzdata -y \
|
|
&& yum clean all \
|
|
&& yum clean all \
|
|
&& chmod +x /opt/tomcat8/bin/docker-entrypoint.sh \
|
|
&& chmod +x /opt/tomcat8/bin/docker-entrypoint.sh \
|
|
&& chmod +x /opt/tomcat8/bin/healthcheck.sh \
|
|
&& chmod +x /opt/tomcat8/bin/healthcheck.sh \
|