mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-12-23 17:47:37 +00:00
update ubuntu and qbittorrent version
This commit is contained in:
parent
2dbbbc6006
commit
864c672391
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user