0
0
Fork 0
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:
J0WI 2020-05-02 02:40:21 +02:00
parent a414643f60
commit e291c520bf
2 changed files with 2 additions and 2 deletions

View file

@ -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 \
; \ ; \

View file

@ -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; \