From f4286199caccd7956b8d06ecb184db05c15291d5 Mon Sep 17 00:00:00 2001 From: Misael Date: Fri, 26 Feb 2021 16:17:01 -0300 Subject: [PATCH] data --- Dockerfile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index cff732e..ca59ee4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -187,11 +187,8 @@ RUN apt-get install -y php7.4-xmlrpc php7.4-fpm \ #limpeza -RUN echo "tzdata tzdata/Areas select Europe" > timezone.txt -RUN echo "tzdata tzdata/Zones/Europe select Rome" >> timezone.txt -RUN debconf-set-selections timezone.txt -RUN rm /etc/timezone -RUN rm /etc/localtime + +RUN echo "America/Sao_Paulo" > /etc/timezone RUN dpkg-reconfigure -f noninteractive tzdata RUN apt-get install cron