mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +02:00
8 lines
138 B
Docker
8 lines
138 B
Docker
FROM btbn/ffmpeg-builds/base:latest
|
|
|
|
ENV DEBIAN_FRONTEND noninteractive
|
|
|
|
RUN \
|
|
apt-get -y install mingw-w64 && \
|
|
apt-get -y clean
|