Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ RUN apt-get update -y \
vim-tiny \
cron \
&& apt-get autoremove -y \
&& a2disconf serve-cgi-bin \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move this to another RUN instruction just after this one and before the "Get Dolibarr" one?

Something like this:

# Disable useless Apache modules to provide safe defaults
RUN a2disconf serve-cgi-bin

&& 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 \
Expand Down
1 change: 1 addition & 0 deletions images/15.0.3-php7.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ RUN apt-get update -y \
vim-tiny \
cron \
&& apt-get autoremove -y \
&& a2disconf serve-cgi-bin \
&& 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 \
Expand Down
1 change: 1 addition & 0 deletions images/16.0.5-php8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ RUN apt-get update -y \
vim-tiny \
cron \
&& apt-get autoremove -y \
&& a2disconf serve-cgi-bin \
&& 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 \
Expand Down
1 change: 1 addition & 0 deletions images/17.0.4-php8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ RUN apt-get update -y \
vim-tiny \
cron \
&& apt-get autoremove -y \
&& a2disconf serve-cgi-bin \
&& 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 \
Expand Down
1 change: 1 addition & 0 deletions images/18.0.6-php8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ RUN apt-get update -y \
vim-tiny \
cron \
&& apt-get autoremove -y \
&& a2disconf serve-cgi-bin \
&& 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 \
Expand Down
1 change: 1 addition & 0 deletions images/19.0.4-php8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ RUN apt-get update -y \
vim-tiny \
cron \
&& apt-get autoremove -y \
&& a2disconf serve-cgi-bin \
&& 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 \
Expand Down
1 change: 1 addition & 0 deletions images/20.0.4-php8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ RUN apt-get update -y \
vim-tiny \
cron \
&& apt-get autoremove -y \
&& a2disconf serve-cgi-bin \
&& 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 \
Expand Down
1 change: 1 addition & 0 deletions images/21.0.0-php8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ RUN apt-get update -y \
vim-tiny \
cron \
&& apt-get autoremove -y \
&& a2disconf serve-cgi-bin \
&& 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 \
Expand Down
1 change: 1 addition & 0 deletions images/develop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ RUN apt-get update -y \
vim-tiny \
cron \
&& apt-get autoremove -y \
&& a2disconf serve-cgi-bin \
&& 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 \
Expand Down