dockerfile cleanup.
This commit is contained in:
parent
1818bc2b83
commit
2ca88c56c9
|
@ -67,8 +67,6 @@ RUN cd /tmp/ffmpeg-${FFMPEG_VERSION} && \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
&& make && make install && make distclean
|
&& make && make install && make distclean
|
||||||
|
|
||||||
# RUN cd /opt/ && tar cvzf /tmp/nginx.tar.gz nginx
|
|
||||||
|
|
||||||
# Cleanup.
|
# Cleanup.
|
||||||
RUN rm -rf /var/cache/* /tmp/*
|
RUN rm -rf /var/cache/* /tmp/*
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue