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:
parent
4a13475f5f
commit
0346e1b8f4
|
@ -2,7 +2,8 @@ FROM kelvinchen/seedbox:base
|
|||
MAINTAINER Kelvin Chen <kelvin@kelvinchen.org>
|
||||
|
||||
# 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 \
|
||||
|
|
Loading…
Reference in New Issue