mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-23 02:37:13 +00:00
@@ -7,8 +7,12 @@ RUN set -e; \
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
libzip-dev \
|
||||
libpng-dev \
|
||||
libjpeg-dev \
|
||||
libfreetype6-dev \
|
||||
cron \
|
||||
; \
|
||||
docker-php-ext-configure gd --with-freetype --with-jpeg; \
|
||||
\
|
||||
docker-php-ext-install -j "$(nproc)" \
|
||||
mysqli \
|
||||
|
||||
@@ -34,6 +34,7 @@ $required_php_modules = [
|
||||
'php-mbstring' => ['condition' => isExtensionInstalled('mbstring')],
|
||||
'php-xml' => ['condition' => isExtensionInstalled('xml')],
|
||||
'php-zip' => ['condition' => isExtensionInstalled('zip')],
|
||||
'php-gd' => ['condition' => isExtensionInstalled('gd')],
|
||||
];
|
||||
|
||||
// MariaDB / MySQL
|
||||
|
||||
Reference in New Issue
Block a user