diff --git a/Dockerfile.template b/Dockerfile.template index 9e4187a..217bf45 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -70,6 +70,7 @@ RUN apt-get update -y \ vim-tiny \ cron \ && apt-get autoremove -y \ + && a2dismod status \ && docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip opcache tidy \ && docker-php-ext-configure pgsql -with-pgsql \ diff --git a/images/15.0.3-php7.4/Dockerfile b/images/15.0.3-php7.4/Dockerfile index 5ac531a..334b28d 100644 --- a/images/15.0.3-php7.4/Dockerfile +++ b/images/15.0.3-php7.4/Dockerfile @@ -70,6 +70,7 @@ RUN apt-get update -y \ vim-tiny \ cron \ && apt-get autoremove -y \ + && a2dismod status \ && docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip opcache tidy \ && docker-php-ext-configure pgsql -with-pgsql \ diff --git a/images/16.0.5-php8.1/Dockerfile b/images/16.0.5-php8.1/Dockerfile index 72a44cc..8352961 100644 --- a/images/16.0.5-php8.1/Dockerfile +++ b/images/16.0.5-php8.1/Dockerfile @@ -70,6 +70,7 @@ RUN apt-get update -y \ vim-tiny \ cron \ && apt-get autoremove -y \ + && a2dismod status \ && docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip opcache tidy \ && docker-php-ext-configure pgsql -with-pgsql \ diff --git a/images/17.0.4-php8.1/Dockerfile b/images/17.0.4-php8.1/Dockerfile index 987274a..b5a1d18 100644 --- a/images/17.0.4-php8.1/Dockerfile +++ b/images/17.0.4-php8.1/Dockerfile @@ -70,6 +70,7 @@ RUN apt-get update -y \ vim-tiny \ cron \ && apt-get autoremove -y \ + && a2dismod status \ && docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip opcache tidy \ && docker-php-ext-configure pgsql -with-pgsql \ diff --git a/images/18.0.6-php8.1/Dockerfile b/images/18.0.6-php8.1/Dockerfile index 7596ffa..7dd913e 100644 --- a/images/18.0.6-php8.1/Dockerfile +++ b/images/18.0.6-php8.1/Dockerfile @@ -70,6 +70,7 @@ RUN apt-get update -y \ vim-tiny \ cron \ && apt-get autoremove -y \ + && a2dismod status \ && docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip opcache tidy \ && docker-php-ext-configure pgsql -with-pgsql \ diff --git a/images/19.0.4-php8.2/Dockerfile b/images/19.0.4-php8.2/Dockerfile index 8c277fd..67bb3df 100644 --- a/images/19.0.4-php8.2/Dockerfile +++ b/images/19.0.4-php8.2/Dockerfile @@ -70,6 +70,7 @@ RUN apt-get update -y \ vim-tiny \ cron \ && apt-get autoremove -y \ + && a2dismod status \ && docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip opcache tidy \ && docker-php-ext-configure pgsql -with-pgsql \ diff --git a/images/20.0.4-php8.2/Dockerfile b/images/20.0.4-php8.2/Dockerfile index d0a9cb8..3dfcfcd 100644 --- a/images/20.0.4-php8.2/Dockerfile +++ b/images/20.0.4-php8.2/Dockerfile @@ -70,6 +70,7 @@ RUN apt-get update -y \ vim-tiny \ cron \ && apt-get autoremove -y \ + && a2dismod status \ && docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip opcache tidy \ && docker-php-ext-configure pgsql -with-pgsql \ diff --git a/images/21.0.0-php8.2/Dockerfile b/images/21.0.0-php8.2/Dockerfile index ee134f8..bd43522 100644 --- a/images/21.0.0-php8.2/Dockerfile +++ b/images/21.0.0-php8.2/Dockerfile @@ -70,6 +70,7 @@ RUN apt-get update -y \ vim-tiny \ cron \ && apt-get autoremove -y \ + && a2dismod status \ && docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip opcache tidy \ && docker-php-ext-configure pgsql -with-pgsql \ diff --git a/images/develop/Dockerfile b/images/develop/Dockerfile index 3204373..d643361 100644 --- a/images/develop/Dockerfile +++ b/images/develop/Dockerfile @@ -70,6 +70,7 @@ RUN apt-get update -y \ vim-tiny \ cron \ && apt-get autoremove -y \ + && a2dismod status \ && docker-php-ext-configure gd --with-freetype --with-jpeg \ && docker-php-ext-install -j$(nproc) calendar intl mysqli pdo_mysql gd soap zip opcache tidy \ && docker-php-ext-configure pgsql -with-pgsql \