Fix Radarr build

This commit is contained in:
Jean Froment 2018-06-19 17:17:49 +02:00
parent 2024ede680
commit 4aaeed4449
1 changed files with 1 additions and 4 deletions

View File

@ -16,10 +16,7 @@ RUN \
tar ixzf \
/tmp/radar.tar.gz -C \
/opt/radarr --strip-components=1 && \
# clean up
rm -rf \
/tmp/*
rm -rf /tmp/*
# add local files
COPY /root /