Remove stray RUN statement

master
Simon Bruder 2020-01-17 15:55:13 +00:00
parent dfb528239b
commit c42c67b3e0
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@ RUN cd /tmp \
&& cd .. \
&& rm -rf VapourSynth-DCTFilter
RUN apt-get -y install
RUN pip3 --no-cache-dir install \
matplotlib \
yuuno 'prompt-toolkit<2.1.0,>=2.0.0' \