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 \