From 29213cb6d2bf6ba413a86117b9b775995d351a30 Mon Sep 17 00:00:00 2001 From: MarkusMcNugen Date: Mon, 16 Apr 2018 05:55:59 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21d6347..8ac3018 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN usermod -u 99 nobody # Update packages and install software RUN apt-get update \ - && apt-get install -y --no-install-recommends apt-utils \ + && apt-get install -y --no-install-recommends apt-utils openssl \ && apt-get install -y software-properties-common \ && add-apt-repository ppa:qbittorrent-team/qbittorrent-stable \ && apt-get update \