mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
docker/windows: copy the install scripts just before running them
This results into more docker layers, but it avoid invalidating the previous layers when changing anything in the script, making build times faster. Adapted from patches by Xavier Claessens!
This commit is contained in:
parent
df6ebdeaaf
commit
6fb7b6744c
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@ ENV ErrorActionPreference='Stop'
|
|||
COPY install_choco.ps1 C:\
|
||||
RUN C:\install_choco.ps1
|
||||
|
||||
COPY install_toolchain.ps1 prepare_gst_env.ps1 C:\
|
||||
COPY install_toolchain.ps1 C:\
|
||||
RUN C:\install_toolchain.ps1
|
||||
|
||||
COPY prepare_gst_env.ps1 C:\
|
||||
RUN C:\prepare_gst_env.ps1
|
||||
|
|
Loading…
Reference in a new issue