create mingw docker image

This commit is contained in:
2021-03-15 18:46:42 +01:00
parent 916bdb7358
commit 0679c0a5fe
3 changed files with 19 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM gcc:latest
FROM mwaeckerlin/mingw:latest
COPY ./build.sh /tmp/