From 0346e1b8f4562ffaeb1d82ac3f01aae0a893b937 Mon Sep 17 00:00:00 2001 From: Kelvin Chen Date: Mon, 25 Apr 2016 14:44:45 -0400 Subject: [PATCH] Update rtorrent/libtorrent to 0.9.6/0.13.6 Change the rtorrent image to use the stretch repo for packages. Not sure how mixing jessie and stretch will work out for stability long term. Everything appears to be working for now. --- Dockerfiles/rtorrent/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfiles/rtorrent/Dockerfile b/Dockerfiles/rtorrent/Dockerfile index ea47f2b..dba0453 100644 --- a/Dockerfiles/rtorrent/Dockerfile +++ b/Dockerfiles/rtorrent/Dockerfile @@ -2,7 +2,8 @@ FROM kelvinchen/seedbox:base MAINTAINER Kelvin Chen # Install all dependencies -RUN apt-get update \ +RUN echo "deb http://httpredir.debian.org/debian stretch main" >> /etc/apt/sources.list \ + && apt-get update \ && apt-get install -y --no-install-recommends \ rtorrent \ php5-fpm \