Timezone
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
FROM php:8.1-fpm
|
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 apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/*
|
||||||
|
|
||||||
RUN pecl install xdebug-3.1.3 \
|
RUN pecl install xdebug-3.1.3 \
|
||||||
|
Reference in New Issue
Block a user