update ubuntu and qbittorrent version

This commit is contained in:
Brett (The-Index) 2024-12-05 16:52:35 -05:00
parent 2dbbbc6006
commit 864c672391

View File

@ -2,8 +2,8 @@
#
# Version 1.8
FROM ubuntu:20.04
MAINTAINER MarkusMcNugen
FROM ubuntu:24.10
MAINTAINER Brett
VOLUME /downloads
VOLUME /config
@ -15,7 +15,7 @@ RUN usermod -u 99 nobody
# Update packages and install software
RUN apt-get update \
&& apt-get install -y --no-install-recommends apt-utils openssl \
&& apt-get install -y software-properties-common \
&& apt-get install -y software-properties-common iproute2 \
&& add-apt-repository ppa:qbittorrent-team/qbittorrent-stable \
&& apt-get update \
&& apt-get install -y qbittorrent-nox openvpn curl moreutils net-tools dos2unix kmod iptables ipcalc unrar \