From 29f40b73da9097b70960d7acc8cfd062320d12a5 Mon Sep 17 00:00:00 2001
From: sparklyballs <sparklyballs@gmail.com>
Date: Mon, 20 Nov 2017 09:36:32 +0000
Subject: [PATCH] change repo for libressl2.6-libssl to edge main

---
 Dockerfile | 3 +++
 README.md  | 1 +
 2 files changed, 4 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 195d315..254b9c9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,6 +27,9 @@ RUN \
 	p7zip \
 	unrar \
 	unzip && \
+ apk add --no-cache \
+	--repository http://nl.alpinelinux.org/alpine/edge/main \
+	libressl2.6-libssl && \
  apk add --no-cache \
 	--repository http://nl.alpinelinux.org/alpine/edge/testing \
 	deluge && \
diff --git a/README.md b/README.md
index 72fb514..1f14148 100644
--- a/README.md
+++ b/README.md
@@ -89,6 +89,7 @@ Change the downloads location in the webui in Preferences->Downloads and use /do
 
 ## Versions
 
++ **20.11.17:** Change libressl2.6-libssl repo.
 + **01.07.17:** Add curl package.
 + **26.05.17:** Rebase to alpine 3.6.
 + **29.04.17:** Add variable for user defined umask.
-- 
GitLab