mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-15 19:05:09 +01:00
Replace libressl with openssl
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
a414643f60
commit
e291c520bf
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ RUN set -ex; \
|
||||||
$PHPIZE_DEPS \
|
$PHPIZE_DEPS \
|
||||||
imap-dev \
|
imap-dev \
|
||||||
krb5-dev \
|
krb5-dev \
|
||||||
libressl-dev \
|
openssl-dev \
|
||||||
samba-dev \
|
samba-dev \
|
||||||
bzip2-dev \
|
bzip2-dev \
|
||||||
; \
|
; \
|
||||||
|
|
|
@ -6,7 +6,7 @@ RUN set -ex; \
|
||||||
$PHPIZE_DEPS \
|
$PHPIZE_DEPS \
|
||||||
imap-dev \
|
imap-dev \
|
||||||
krb5-dev \
|
krb5-dev \
|
||||||
libressl-dev \
|
openssl-dev \
|
||||||
; \
|
; \
|
||||||
\
|
\
|
||||||
docker-php-ext-configure imap --with-kerberos --with-imap-ssl; \
|
docker-php-ext-configure imap --with-kerberos --with-imap-ssl; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue