File tree Expand file tree Collapse file tree 21 files changed +36
-32
lines changed
template/Dockerfile/images Expand file tree Collapse file tree 21 files changed +36
-32
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ RUN set -x \
142142 && docker-php-ext-configure intl --with-icu-dir=/usr/local \
143143 && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/ \
144144 && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
145- && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
145+ && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
146146 && docker-php-ext-install \
147147 bcmath \
148148 bz2 \
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ RUN set -x \
142142 && docker-php-ext-configure intl --with-icu-dir=/usr/local \
143143 && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/ \
144144 && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
145- && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
145+ && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
146146 && docker-php-ext-install \
147147 bcmath \
148148 bz2 \
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ RUN set -x \
148148 && docker-php-ext-configure intl --with-icu-dir=/usr/local \
149149 && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/ \
150150 && docker-php-ext-configure ldap \
151- && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
151+ && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
152152 && docker-php-ext-install \
153153 bcmath \
154154 bz2 \
@@ -159,7 +159,7 @@ RUN set -x \
159159 intl \
160160 gettext \
161161 ldap \
162- mysqli \
162+ mysqli \
163163 imap \
164164 hash \
165165 pcntl \
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ RUN set -x \
142142 && docker-php-ext-configure intl --with-icu-dir=/usr/local \
143143 && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/ \
144144 && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
145- && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
145+ && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
146146 && docker-php-ext-install \
147147 bcmath \
148148 bz2 \
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ RUN set -x \
148148 && docker-php-ext-configure intl --with-icu-dir=/usr/local \
149149 && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/ \
150150 && docker-php-ext-configure ldap \
151- && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
151+ && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
152152 && docker-php-ext-install \
153153 bcmath \
154154 bz2 \
@@ -159,7 +159,7 @@ RUN set -x \
159159 intl \
160160 gettext \
161161 ldap \
162- mysqli \
162+ mysqli \
163163 imap \
164164 hash \
165165 pcntl \
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ RUN set -x \
142142 && docker-php-ext-configure intl --with-icu-dir=/usr/local \
143143 && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/ \
144144 && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
145- && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
145+ && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
146146 && docker-php-ext-install \
147147 bcmath \
148148 bz2 \
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ RUN set -x \
148148 && docker-php-ext-configure intl --with-icu-dir=/usr/local \
149149 && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/ \
150150 && docker-php-ext-configure ldap \
151- && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
151+ && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
152152 && docker-php-ext-install \
153153 bcmath \
154154 bz2 \
@@ -159,7 +159,7 @@ RUN set -x \
159159 intl \
160160 gettext \
161161 ldap \
162- mysqli \
162+ mysqli \
163163 imap \
164164 hash \
165165 pcntl \
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ RUN set -x \
142142 && docker-php-ext-configure intl --with-icu-dir=/usr/local \
143143 && docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/ \
144144 && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
145- && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
145+ && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
146146 && docker-php-ext-install \
147147 bcmath \
148148 bz2 \
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ RUN set -x \
151151 && git clone --branch latest --depth 1 https://github.com/php-amqp/php-amqp.git /usr/src/php/ext/amqp \
152152 && cd /usr/src/php/ext/amqp && git submodule update --init \
153153 && docker-php-ext-configure ldap \
154- && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
154+ && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
155155 && docker-php-ext-install \
156156 bcmath \
157157 bz2 \
@@ -165,7 +165,7 @@ RUN set -x \
165165 intl \
166166 gettext \
167167 ldap \
168- mysqli \
168+ mysqli \
169169 imap \
170170 pcntl \
171171 pdo_mysql \
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ RUN set -x \
142142 && PKG_CONFIG_PATH=/usr/local docker-php-ext-configure intl \
143143 && docker-php-ext-configure gd --with-jpeg --with-freetype --with-webp \
144144 && docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ \
145- && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
145+ && PHP_OPENSSL=yes docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
146146 && docker-php-ext-install \
147147 bcmath \
148148 bz2 \
You can’t perform that action at this time.
0 commit comments