This commit is contained in:
root
2019-01-12 04:06:05 +01:00
parent 17796acd68
commit 9bd0f45f82
3 changed files with 37 additions and 0 deletions

5
build-windows.dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM ubuntu:18.04
RUN apt-get update && apt-get install -y build-essential mingw-w64 cmake unzip git
WORKDIR /app
COPY . .
ENTRYPOINT ["./entrypoint.sh"]