Add win64 base image
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user