diff --git a/boring-nginx/Dockerfile b/boring-nginx/Dockerfile index 049521b..1e61043 100644 --- a/boring-nginx/Dockerfile +++ b/boring-nginx/Dockerfile @@ -33,7 +33,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a libgcc \ libstdc++ \ su-exec \ - openssl \ + libressl \ bind-tools \ tini@commuedge \ && cd /tmp && git clone https://github.com/bagder/libbrotli --depth=1 && cd libbrotli \ diff --git a/nextcloud/10.0/Dockerfile b/nextcloud/10.0/Dockerfile index d65bfd1..e9be76e 100644 --- a/nextcloud/10.0/Dockerfile +++ b/nextcloud/10.0/Dockerfile @@ -28,7 +28,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a ${BUILD_DEPS} \ nginx \ s6 \ - openssl \ + libressl \ ca-certificates \ libsmbclient \ samba-client \ diff --git a/nextcloud/daily/Dockerfile b/nextcloud/daily/Dockerfile index 70cdbc8..56f7355 100644 --- a/nextcloud/daily/Dockerfile +++ b/nextcloud/daily/Dockerfile @@ -25,7 +25,7 @@ RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/a ${BUILD_DEPS} \ nginx \ s6 \ - openssl \ + libressl \ ca-certificates \ libsmbclient \ samba-client \