From: J0WI Date: Tue, 5 Feb 2019 14:12:45 +0000 (+0100) Subject: Replace LibreSSL by OpenSSL (#9975) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=11d150285302211def8015d0bc1b825f9f7e0e23;p=mastodon.git Replace LibreSSL by OpenSSL (#9975) --- diff --git a/Dockerfile b/Dockerfile index 1e60045c0..184e25ca2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN apk -U upgrade \ build-base \ icu-dev \ libidn-dev \ - libressl \ + openssl \ libtool \ libxml2-dev \ libxslt-dev \