|
|
|
|
@ -4,7 +4,7 @@ RUN mkdir -p /usr/share/man/man1 \
|
|
|
|
|
&& apt-get update && apt-get install -y \
|
|
|
|
|
supervisor \
|
|
|
|
|
ffmpeg \
|
|
|
|
|
libmagickwand-dev \
|
|
|
|
|
libbz2-dev \
|
|
|
|
|
libgmp3-dev \
|
|
|
|
|
libc-client-dev \
|
|
|
|
|
libkrb5-dev \
|
|
|
|
|
@ -15,8 +15,8 @@ RUN mkdir -p /usr/share/man/man1 \
|
|
|
|
|
&& 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 \
|
|
|
|
|
&& pecl install imagick smbclient \
|
|
|
|
|
&& docker-php-ext-enable imagick smbclient \
|
|
|
|
|
&& pecl install smbclient \
|
|
|
|
|
&& docker-php-ext-enable smbclient \
|
|
|
|
|
&& mkdir /var/log/supervisord /var/run/supervisord
|
|
|
|
|
|
|
|
|
|
COPY supervisord.conf /etc/supervisor/supervisord.conf
|
|
|
|
|
|