mirror of
https://github.com/chevereto/docker.git
synced 2026-05-07 05:06:56 +02:00
close #81
This commit is contained in:
@@ -27,7 +27,8 @@ RUN apt-get update && apt-get install -y \
|
||||
&& pecl install imagick \
|
||||
&& pecl install redis \
|
||||
&& docker-php-ext-enable exif imagick opcache redis \
|
||||
&& php -m
|
||||
&& php -m \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN echo "sendmail_path=/usr/sbin/sendmail -t -i" >> /usr/local/etc/php/conf.d/sendmail.ini \
|
||||
&& sed -i \
|
||||
|
||||
Reference in New Issue
Block a user