Skip to content

Commit

Permalink
Enable apache2 module headers (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
colisee authored Aug 5, 2023
1 parent e958ae6 commit 0486604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN set -ex; \
RUN set -ex; \
cp "$PHP_INI_DIR/php.ini-production" "$PHP_INI_DIR/php.ini"; \
a2enmod rewrite; \
a2enmod headers; \
docker-php-ext-install -j$(nproc) mysqli; \
pecl install timezonedb; \
docker-php-ext-enable timezonedb
Expand Down

0 comments on commit 0486604

Please sign in to comment.