From 864c672391692684a5faf6787808cec8499a933f Mon Sep 17 00:00:00 2001 From: "Brett (The-Index)" Date: Thu, 5 Dec 2024 16:52:35 -0500 Subject: [PATCH] update ubuntu and qbittorrent version --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 96dc170..ecd6070 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \