Add win64 base image
This commit is contained in:
parent
1e69c91131
commit
dd5ed8066e
1 changed files with 7 additions and 0 deletions
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…
Reference in a new issue