WIP
This commit is contained in:
5
build-windows.dockerfile
Normal file
5
build-windows.dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user