From ec4b16b2aff0d618a93c4e2318e130371757049f Mon Sep 17 00:00:00 2001 From: Aldarien Date: Sat, 25 Nov 2023 01:14:28 -0300 Subject: [PATCH] Timezone --- CLI.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLI.Dockerfile b/CLI.Dockerfile index 82fe06c..0dc75d9 100644 --- a/CLI.Dockerfile +++ b/CLI.Dockerfile @@ -1,5 +1,7 @@ FROM php:8.1-fpm +ENV TZ "America/Santiago" + RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/* RUN pecl install xdebug-3.1.3 \