mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-14 15:34:48 +02:00
Enable PHP IMAP extension
This commit is contained in:
parent
db148abc5a
commit
7386ddb630
8 changed files with 32 additions and 8 deletions
|
@ -12,12 +12,15 @@ RUN apt-get update && apt-get install -y \
|
|||
libpng12-dev \
|
||||
libpq-dev \
|
||||
libxml2-dev \
|
||||
libc-client-dev \
|
||||
libkrb5-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# https://docs.nextcloud.com/server/9/admin_manual/installation/source_installation.html
|
||||
RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
|
||||
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu \
|
||||
&& docker-php-ext-install gd exif intl mbstring mcrypt ldap mysql opcache pdo_mysql pdo_pgsql pgsql zip
|
||||
&& docker-php-ext-configure imap --with-imap-ssl --with-kerberos \
|
||||
&& docker-php-ext-install gd exif imap intl mbstring mcrypt ldap mysql opcache pdo_mysql pdo_pgsql pgsql zip
|
||||
|
||||
# set recommended PHP.ini settings
|
||||
# see https://secure.php.net/manual/en/opcache.installation.php
|
||||
|
|
|
@ -12,12 +12,15 @@ RUN apt-get update && apt-get install -y \
|
|||
libpng12-dev \
|
||||
libpq-dev \
|
||||
libxml2-dev \
|
||||
libc-client-dev \
|
||||
libkrb5-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# https://docs.nextcloud.com/server/9/admin_manual/installation/source_installation.html
|
||||
RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
|
||||
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu \
|
||||
&& docker-php-ext-install gd exif intl mbstring mcrypt ldap mysql opcache pdo_mysql pdo_pgsql pgsql zip
|
||||
&& docker-php-ext-configure imap --with-imap-ssl --with-kerberos \
|
||||
&& docker-php-ext-install gd exif imap intl mbstring mcrypt ldap mysql opcache pdo_mysql pdo_pgsql pgsql zip
|
||||
|
||||
# set recommended PHP.ini settings
|
||||
# see https://secure.php.net/manual/en/opcache.installation.php
|
||||
|
|
|
@ -12,12 +12,15 @@ RUN apt-get update && apt-get install -y \
|
|||
libpng12-dev \
|
||||
libpq-dev \
|
||||
libxml2-dev \
|
||||
libc-client-dev \
|
||||
libkrb5-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# https://docs.nextcloud.com/server/9/admin_manual/installation/source_installation.html
|
||||
RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
|
||||
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu \
|
||||
&& docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip
|
||||
&& docker-php-ext-configure imap --with-imap-ssl --with-kerberos \
|
||||
&& docker-php-ext-install gd exif imap intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip
|
||||
|
||||
# set recommended PHP.ini settings
|
||||
# see https://secure.php.net/manual/en/opcache.installation.php
|
||||
|
|
|
@ -12,12 +12,15 @@ RUN apt-get update && apt-get install -y \
|
|||
libpng12-dev \
|
||||
libpq-dev \
|
||||
libxml2-dev \
|
||||
libc-client-dev \
|
||||
libkrb5-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# https://docs.nextcloud.com/server/9/admin_manual/installation/source_installation.html
|
||||
RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
|
||||
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu \
|
||||
&& docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip
|
||||
&& docker-php-ext-configure imap --with-imap-ssl --with-kerberos \
|
||||
&& docker-php-ext-install gd exif imap intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip
|
||||
|
||||
# set recommended PHP.ini settings
|
||||
# see https://secure.php.net/manual/en/opcache.installation.php
|
||||
|
|
|
@ -12,12 +12,15 @@ RUN apt-get update && apt-get install -y \
|
|||
libpng12-dev \
|
||||
libpq-dev \
|
||||
libxml2-dev \
|
||||
libc-client-dev \
|
||||
libkrb5-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# https://docs.nextcloud.com/server/9/admin_manual/installation/source_installation.html
|
||||
RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
|
||||
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu \
|
||||
&& docker-php-ext-install gd exif intl mbstring mcrypt ldap mysql opcache pdo_mysql pdo_pgsql pgsql zip
|
||||
&& docker-php-ext-configure imap --with-imap-ssl --with-kerberos \
|
||||
&& docker-php-ext-install gd exif imap intl mbstring mcrypt ldap mysql opcache pdo_mysql pdo_pgsql pgsql zip
|
||||
|
||||
# set recommended PHP.ini settings
|
||||
# see https://secure.php.net/manual/en/opcache.installation.php
|
||||
|
|
|
@ -12,12 +12,15 @@ RUN apt-get update && apt-get install -y \
|
|||
libpng12-dev \
|
||||
libpq-dev \
|
||||
libxml2-dev \
|
||||
libc-client-dev \
|
||||
libkrb5-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# https://docs.nextcloud.com/server/9/admin_manual/installation/source_installation.html
|
||||
RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
|
||||
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu \
|
||||
&& docker-php-ext-install gd exif intl mbstring mcrypt ldap mysql opcache pdo_mysql pdo_pgsql pgsql zip
|
||||
&& docker-php-ext-configure imap --with-imap-ssl --with-kerberos \
|
||||
&& docker-php-ext-install gd exif imap intl mbstring mcrypt ldap mysql opcache pdo_mysql pdo_pgsql pgsql zip
|
||||
|
||||
# set recommended PHP.ini settings
|
||||
# see https://secure.php.net/manual/en/opcache.installation.php
|
||||
|
|
|
@ -12,12 +12,15 @@ RUN apt-get update && apt-get install -y \
|
|||
libpng12-dev \
|
||||
libpq-dev \
|
||||
libxml2-dev \
|
||||
libc-client-dev \
|
||||
libkrb5-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# https://docs.nextcloud.com/server/9/admin_manual/installation/source_installation.html
|
||||
RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
|
||||
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu \
|
||||
&& docker-php-ext-install gd exif intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip
|
||||
&& docker-php-ext-configure imap --with-imap-ssl --with-kerberos \
|
||||
&& docker-php-ext-install gd exif imap intl mbstring mcrypt ldap mysqli opcache pdo_mysql pdo_pgsql pgsql zip
|
||||
|
||||
# set recommended PHP.ini settings
|
||||
# see https://secure.php.net/manual/en/opcache.installation.php
|
||||
|
|
|
@ -12,12 +12,15 @@ RUN apt-get update && apt-get install -y \
|
|||
libpng12-dev \
|
||||
libpq-dev \
|
||||
libxml2-dev \
|
||||
libc-client-dev \
|
||||
libkrb5-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# https://docs.nextcloud.com/server/9/admin_manual/installation/source_installation.html
|
||||
RUN docker-php-ext-configure gd --with-png-dir=/usr --with-jpeg-dir=/usr \
|
||||
&& docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu \
|
||||
&& docker-php-ext-install gd exif intl mbstring mcrypt ldap mysql opcache pdo_mysql pdo_pgsql pgsql zip
|
||||
&& docker-php-ext-configure imap --with-imap-ssl --with-kerberos \
|
||||
&& docker-php-ext-install gd exif imap intl mbstring mcrypt ldap mysql opcache pdo_mysql pdo_pgsql pgsql zip
|
||||
|
||||
# set recommended PHP.ini settings
|
||||
# see https://secure.php.net/manual/en/opcache.installation.php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue