We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ed939 commit 4394d04Copy full SHA for 4394d04
Dockerfile
@@ -20,6 +20,9 @@ RUN apt-get update && apt-get install -y \
20
# Clear cache
21
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
22
23
+RUN rm -f /etc/localtime
24
+RUN ln -s /usr/share/zoneinfo/Asia/Manila /etc/localtime
25
+
26
# Install extensions
27
RUN docker-php-ext-install pdo_mysql pdo_pgsql mbstring zip exif pcntl
28
RUN docker-php-ext-configure gd --with-gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-png-dir=/usr/include/
0 commit comments