Fix install line, d'oh
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler 2023-01-21 00:22:48 -05:00
parent dd08f0967e
commit a5f5d1fb36

View File

@ -1,5 +1,5 @@
FROM debian:stretch-slim
RUN apt-get update && \
apt-get -y ffmpeg && \
apt-get -y install ffmpeg && \
rm -rf /var/lib/apt/lists/*