Pinned dependencies

This commit is contained in:
Joshua Arulsamy 2020-08-13 03:21:00 -06:00
parent db188d968b
commit d0b6c25359

View File

@ -2,7 +2,7 @@ FROM python:3.7-slim
# Install ffmpeg
RUN apt-get -y update && \
apt-get install -y --no-install-recommends ffmpeg && \
apt-get install -y --no-install-recommends ffmpeg=7:4.1.6-1~deb10u1 && \
apt-get autoremove -y && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*