ffmpeg/Dockerfile

5 lines
116 B
Docker
Raw Normal View History

2023-01-21 05:21:11 +00:00
FROM debian:stretch-slim
RUN apt-get update && \
2023-01-21 05:22:48 +00:00
apt-get -y install ffmpeg && \
2023-01-21 05:21:11 +00:00
rm -rf /var/lib/apt/lists/*