From 428c7f2f5f1a634aceae18b5eab01ec88f2e781d Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Mon, 25 Mar 2019 15:49:29 +0100
Subject: [PATCH] Fixes ssl library

---
 Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 2faa88e..d3a8237 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,8 +10,8 @@ RUN apk add --no-cache \
   git \
   icu-dev \
   icu-libs \
-  openssl \
-  openssl-dev \
+  libressl \
+  libressl-dev \
   openldap-dev \
   make \
   paxmark \
@@ -45,7 +45,7 @@ FROM $BASE
 
 RUN apk add --no-cache \
   icu-libs \
-  openssl \
+  libressl \
   qt5-qtbase \
   qt5-qtscript \
   qt5-qtbase-postgresql \
-- 
GitLab