Browse Source

Add Update tzdata

Владимир Томишинец 5 năm trước cách đây
mục cha
commit
1a1f541ff8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -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 \
            && yum install tomcat8 -y \
            && yum install web-registry-admin -y \
+           && yum update tzdata -y \
            && yum clean all \
            && chmod +x /opt/tomcat8/bin/docker-entrypoint.sh \
            && chmod +x /opt/tomcat8/bin/healthcheck.sh \