Parcourir la source

Add Update tzdata

Владимир Томишинец il y a 5 ans
Parent
commit
da5591899c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -11,5 +11,6 @@ RUN set -x \
            && chmod +x /usr/share/web-registry-portal/bin/docker-entrypoint.sh \
            && chmod +x /usr/share/web-registry-portal/bin/healthcheck.sh \
            && yum install web-registry-portal iputils -y \
+           && yum update tzdata -y \
            && yum clean all \
            && rm -rf /var/cache/yum