mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-17 12:56:37 +08:00
12 lines
237 B
Plaintext
12 lines
237 B
Plaintext
FROM friwidev/jcefdocker:windows-latest
|
|
|
|
WORKDIR C:/
|
|
|
|
#Copy cmake patching script
|
|
COPY scripts/patch_cmake.py .
|
|
COPY patch/CMakeLists.txt.patch .
|
|
|
|
#Copy and launch run script
|
|
COPY scripts/run_windows.bat .
|
|
ENTRYPOINT ["run_windows.bat"]
|