Fix i386 build
This commit is contained in:
parent
32bbf4adbc
commit
680d8e41aa
@ -14,6 +14,7 @@ RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/so
|
|||||||
# LibreOffice \
|
# LibreOffice \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
|
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
|
||||||
|
&& ln -s "/usr/include/$(dpkg-architecture --query DEB_BUILD_MULTIARCH)/gmp.h" /usr/include/gmp.h \
|
||||||
&& docker-php-ext-install bz2 gmp imap \
|
&& docker-php-ext-install bz2 gmp imap \
|
||||||
&& pecl install imagick smbclient \
|
&& pecl install imagick smbclient \
|
||||||
&& docker-php-ext-enable imagick smbclient \
|
&& docker-php-ext-enable imagick smbclient \
|
||||||
|
@ -14,6 +14,7 @@ RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/so
|
|||||||
# LibreOffice \
|
# LibreOffice \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
|
&& docker-php-ext-configure imap --with-kerberos --with-imap-ssl \
|
||||||
|
&& ln -s "/usr/include/$(dpkg-architecture --query DEB_BUILD_MULTIARCH)/gmp.h" /usr/include/gmp.h \
|
||||||
&& docker-php-ext-install bz2 gmp imap \
|
&& docker-php-ext-install bz2 gmp imap \
|
||||||
&& pecl install imagick smbclient \
|
&& pecl install imagick smbclient \
|
||||||
&& docker-php-ext-enable imagick smbclient \
|
&& docker-php-ext-enable imagick smbclient \
|
||||||
|
Loading…
Reference in New Issue
Block a user