3 lines
91 B
Docker
3 lines
91 B
Docker
FROM mcr.microsoft.com/devcontainers/python:1-3.13
|
|
RUN apt update && apt install -y ffmpeg
|