mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-23 06:03:54 +01:00
Replace libressl with openssl (#1098)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
This commit is contained in:
parent
764c79de08
commit
a45bc2a2ae
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue