diff --git a/Dockerfile b/Dockerfile index e2a2698..4c7c870 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -q -y --no-install-recommends \ # Install tools, and packages for rutorrent plugins RUN apt-get update && \ - apt-get install -y --force-yes unzip unrar-free mediainfo curl wget supervisor + apt-get install -y --force-yes unzip unrar-free mediainfo curl wget supervisor sox # Make rtorrent from sources