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.
This commit is contained in:
Kelvin Chen 2016-04-25 14:44:45 -04:00
parent 4a13475f5f
commit 0346e1b8f4
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,8 @@ FROM kelvinchen/seedbox:base
MAINTAINER Kelvin Chen <kelvin@kelvinchen.org> MAINTAINER Kelvin Chen <kelvin@kelvinchen.org>
# Install all dependencies # 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 \ && apt-get install -y --no-install-recommends \
rtorrent \ rtorrent \
php5-fpm \ php5-fpm \