Skip to content

Commit

Permalink
Include tzdata
Browse files Browse the repository at this point in the history
  • Loading branch information
guessi committed Dec 11, 2023
1 parent 5f0c6f5 commit b0a8c68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ RUN sed -i -e '/^ServerTokens/s/^.*$/ServerTokens Prod/g' \

RUN echo "expose_php=Off" > /usr/local/etc/php/conf.d/php-hide-version.ini

RUN apt update && apt install -y --no-install-recommends libonig-dev
RUN apt update && \
apt install -y --no-install-recommends libonig-dev && \
apt install -y tzdata

RUN docker-php-ext-install pdo_mysql mysqli mbstring && \
a2enmod rewrite ssl
Expand Down

0 comments on commit b0a8c68

Please sign in to comment.