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 \ tar ixzf \
/tmp/radar.tar.gz -C \ /tmp/radar.tar.gz -C \
/opt/radarr --strip-components=1 && \ /opt/radarr --strip-components=1 && \
rm -rf /tmp/*
# clean up
rm -rf \
/tmp/*
# add local files # add local files
COPY /root / COPY /root /