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 \