| 
														
															@@ -1,4 +1,4 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-FROM registry.sdsys.ru/iru/iru-base:7.6 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+FROM registry.sdsys.ru/iru/iru-base:0.4 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 ENTRYPOINT ["/opt/docker-entrypoint.sh"] 
														 | 
														
														 | 
														
															 ENTRYPOINT ["/opt/docker-entrypoint.sh"] 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 COPY docker-entrypoint.sh \ 
														 | 
														
														 | 
														
															 COPY docker-entrypoint.sh \ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															      healthcheck.sh \ 
														 | 
														
														 | 
														
															      healthcheck.sh \ 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -20,8 +20,8 @@ RUN set -x \ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															            && curl https://repo.infoclinica.ru/yum/centos/sds-${repo}-${version}.repo -o /etc/yum.repos.d/sds-${repo}-${version}.repo \ 
														 | 
														
														 | 
														
															            && curl https://repo.infoclinica.ru/yum/centos/sds-${repo}-${version}.repo -o /etc/yum.repos.d/sds-${repo}-${version}.repo \ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															            && yum install tomcat-8.0.26-01 -y \ 
														 | 
														
														 | 
														
															            && yum install tomcat-8.0.26-01 -y \ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															            && yum install iputils telnet nc -y \ 
														 | 
														
														 | 
														
															            && yum install iputils telnet nc -y \ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-#           && yum install web-laboratory-admin -y \ 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-           && yum install -y http://192.168.201.50/yum/centos/6/prod/16.1/noarch/web-laboratory-admin-16.1-20190326194125.el6.noarch.rpm \ 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+           && yum install web-laboratory-admin -y \ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+#           && yum install -y http://192.168.201.50/yum/centos/6/prod/16.1/noarch/web-laboratory-admin-16.1-20190326194125.el6.noarch.rpm \ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															            && yum clean all \ 
														 | 
														
														 | 
														
															            && yum clean all \ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															            && rm -rf /var/cache/yum \ 
														 | 
														
														 | 
														
															            && rm -rf /var/cache/yum \ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															            && chmod +x /opt/docker-entrypoint.sh \ 
														 | 
														
														 | 
														
															            && chmod +x /opt/docker-entrypoint.sh \ 
														 |