fixing fix for the removal of old nzbget.conf

This commit is contained in:
Stian Larsen 2015-08-18 15:09:47 +02:00
parent 0af746549d
commit dbfbc2ff0c

View File

@ -1,9 +1,6 @@
FROM linuxserver/baseimage
MAINTAINER Stian Larsen <lonixx@gmail.com>
ADD nzbget.conf /tmp/nzbget.conf
RUN apt-get update && \
apt-get install -y wget && \
curl -o /tmp/rar.tar.gz http://www.rarlab.com/rar/rarlinux-x64-5.3.b2.tar.gz && \