dockerfile cleanup.

This commit is contained in:
alf 2016-10-23 20:03:32 -07:00
parent 1818bc2b83
commit 2ca88c56c9

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/*