From a4015a59f5db4cee7015a4a6ce3f840325dd577a Mon Sep 17 00:00:00 2001
From: sparklyballs <sparklyballs@gmail.com>
Date: Sat, 1 Jul 2017 12:17:33 +0100
Subject: [PATCH] add curl package, closes #8

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

diff --git a/Dockerfile b/Dockerfile
index d0bca93..195d315 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,6 +22,7 @@ RUN \
 # install runtime packages
  apk add --no-cache \
 	ca-certificates \
+	curl \
 	openssl \
 	p7zip \
 	unrar \
diff --git a/README.md b/README.md
index 7fd19d6..bde4af6 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
 
++ **01.07.17:** Add curl package.
 + **26.05.17:** Rebase to alpine 3.6.
 + **29.04.17:** Add variable for user defined umask.
 + **28.04.17:** update to libressl2.5-libssl.
-- 
GitLab