Replace libressl with openssl (#1098)

Signed-off-by: J0WI <J0WI@users.noreply.github.com>
pull/1107/head
J0WI 6 years ago committed by GitHub
parent 764c79de08
commit a45bc2a2ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ RUN set -ex; \
$PHPIZE_DEPS \
imap-dev \
krb5-dev \
libressl-dev \
openssl-dev \
samba-dev \
bzip2-dev \
; \

@ -6,7 +6,7 @@ RUN set -ex; \
$PHPIZE_DEPS \
imap-dev \
krb5-dev \
libressl-dev \
openssl-dev \
; \
\
docker-php-ext-configure imap --with-kerberos --with-imap-ssl; \

Loading…
Cancel
Save