dockerfile cleanup.

This commit is contained in:
alf 2016-10-23 20:03:32 -07:00
parent 1818bc2b83
commit 2ca88c56c9
1 changed files with 0 additions and 2 deletions

View File

@ -67,8 +67,6 @@ RUN cd /tmp/ffmpeg-${FFMPEG_VERSION} && \
--disable-debug \
&& make && make install && make distclean
# RUN cd /opt/ && tar cvzf /tmp/nginx.tar.gz nginx
# Cleanup.
RUN rm -rf /var/cache/* /tmp/*