This commit is contained in:
Richard Chien 2017-01-03 01:14:27 +08:00
parent 1639bac368
commit 8cb298800a

View File

@ -10,7 +10,7 @@ RUN pip install --upgrade pip
RUN pip install -r requirements.txt
RUN apt-get update \
&& apt-get install -y ffmpeg \
&& apt-get install -y libav-tools \
&& rm -rf /var/lib/apt/lists/*
CMD python app.py