5 lines
108 B
Docker
5 lines
108 B
Docker
FROM debian:stretch-slim
|
|
|
|
RUN apt-get update && \
|
|
apt-get -y ffmpeg && \
|
|
rm -rf /var/lib/apt/lists/* |