mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-29 22:24:28 +02:00
Add win64 base image
This commit is contained in:
parent
1e69c91131
commit
dd5ed8066e
7
base-win64/Dockerfile
Normal file
7
base-win64/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM btbn/ffmpeg-builds/base:latest
|
||||
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
RUN \
|
||||
apt-get -y install mingw-w64 && \
|
||||
apt-get -y clean
|
Loading…
x
Reference in New Issue
Block a user