3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00

Apache rewrite module is enabled in drupal:8 upstream image.

This commit is contained in:
Michael Stenta 2020-08-11 15:47:42 -04:00
parent 2ede85eee6
commit f3a7e88529

View file

@ -5,9 +5,6 @@
# Inherit from the Drupal 8 image on Docker Hub. # Inherit from the Drupal 8 image on Docker Hub.
FROM drupal:8 FROM drupal:8
# Enable Apache rewrite module.
RUN a2enmod rewrite
# Install the BCMath PHP extension. # Install the BCMath PHP extension.
RUN docker-php-ext-install bcmath RUN docker-php-ext-install bcmath