Also restructure container to have all the container relevant files in
container-root to minimize the amount of COPY instructions and to make
the file structure more organized.
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.
Use leading ampersands instead of trailing ampersands as per the
examples on the docker website. e.g.
long command \
&& another command
Also change the build-all script to update the debian image when
building the base image.
I would prefer to make it on a separate container, but the way that it
and the rutorrent plugin is programmed, it has to be on the same host.
This only installs autodl-irssi and does not include the rutorrent
plugin.