Patch jetbrains download url

This commit is contained in:
Fritz Windisch
2023-08-07 16:42:31 +02:00
parent fc16a1d087
commit 625ddf50da
6 changed files with 18 additions and 21 deletions

View File

@@ -19,6 +19,9 @@ WORKDIR /builder
#Copy existing sources, if any
COPY jcef /jcef
#Copy cmake patching script
COPY scripts/patch_cmake.py .
#Copy and launch run script
COPY scripts/run_linux_prebuild.sh .
RUN chmod +x run_linux_prebuild.sh