mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-18 12:30:47 +02:00
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16934>
11 lines
280 B
Text
11 lines
280 B
Text
# escape=`
|
|
|
|
ARG base_image
|
|
FROM ${base_image}
|
|
|
|
COPY mesa_deps_build.ps1 C:\
|
|
RUN C:\mesa_deps_build.ps1
|
|
|
|
# When building, `--isolation=process` can leverage all cores and memory
|
|
# docker build --isolation=process -f .\Dockerfile_build -t mesa_dep --build-arg base_image=mesa_vs .
|
|
|