Код: Выделить всё
FROM php:8.4-fpm
[...]
RUN docker-php-ext-configure imap --with-kerberos --with-imap-ssl && \
docker-php-ext-install imap
< /code>
Но получил ошибку: < /p>
process "/bin/sh -c docker-php-ext-configure imap --with-kerberos --with-imap-ssl" did not complete successfully: exit code: 1
Подробнее здесь: https://stackoverflow.com/questions/794 ... dockerfile
Мобильная версия