Transmission 2.93 released on ppa, activate repo. #392

This commit is contained in:
Kristian Haugene
2018-03-04 13:52:41 +01:00
parent 71caf1c53f
commit c352bc2225

View File

@@ -8,7 +8,7 @@ VOLUME /config
RUN apt-get update \
&& apt-get -y upgrade \
&& apt-get -y install software-properties-common wget git \
# && add-apt-repository ppa:transmissionbt/ppa \
&& add-apt-repository ppa:transmissionbt/ppa \
&& wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg | apt-key add - \
&& echo "deb http://build.openvpn.net/debian/openvpn/stable xenial main" > /etc/apt/sources.list.d/openvpn-aptrepo.list \
&& apt-get update \