mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-12-24 10:01:40 +00:00
update ubuntu and qbittorrent version
This commit is contained in:
parent
2dbbbc6006
commit
864c672391
@ -2,8 +2,8 @@
|
|||||||
#
|
#
|
||||||
# Version 1.8
|
# Version 1.8
|
||||||
|
|
||||||
FROM ubuntu:20.04
|
FROM ubuntu:24.10
|
||||||
MAINTAINER MarkusMcNugen
|
MAINTAINER Brett
|
||||||
|
|
||||||
VOLUME /downloads
|
VOLUME /downloads
|
||||||
VOLUME /config
|
VOLUME /config
|
||||||
@ -15,7 +15,7 @@ RUN usermod -u 99 nobody
|
|||||||
# Update packages and install software
|
# Update packages and install software
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends apt-utils openssl \
|
&& 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 \
|
&& add-apt-repository ppa:qbittorrent-team/qbittorrent-stable \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
&& apt-get install -y qbittorrent-nox openvpn curl moreutils net-tools dos2unix kmod iptables ipcalc unrar \
|
&& apt-get install -y qbittorrent-nox openvpn curl moreutils net-tools dos2unix kmod iptables ipcalc unrar \
|
||||||
|
Loading…
Reference in New Issue
Block a user