Remove stray RUN statement
This commit is contained in:
parent
dfb528239b
commit
c42c67b3e0
|
@ -42,8 +42,6 @@ RUN cd /tmp \
|
||||||
&& cd .. \
|
&& cd .. \
|
||||||
&& rm -rf VapourSynth-DCTFilter
|
&& rm -rf VapourSynth-DCTFilter
|
||||||
|
|
||||||
RUN apt-get -y install
|
|
||||||
|
|
||||||
RUN pip3 --no-cache-dir install \
|
RUN pip3 --no-cache-dir install \
|
||||||
matplotlib \
|
matplotlib \
|
||||||
yuuno 'prompt-toolkit<2.1.0,>=2.0.0' \
|
yuuno 'prompt-toolkit<2.1.0,>=2.0.0' \
|
||||||
|
|
Reference in a new issue