Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-04-16 05:55:59 -04:00 committed by GitHub
parent 19c411a9d6
commit 29213cb6d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 \