Skip to content

Commit

Permalink
data
Browse files Browse the repository at this point in the history
  • Loading branch information
redati committed Feb 26, 2021
1 parent a0cff67 commit f428619
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f428619

Please sign in to comment.