diff --git a/scripts/Dockerfile b/scripts/Dockerfile index e8ed818a..7b34d7c2 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -43,7 +43,7 @@ RUN $scriptArgs = @{ ` # Install WebKitDev Module #-------------------------------------------------------------------- -ENV WEBKIT_DEV_VERSION 0.6.2 +ENV WEBKIT_DEV_VERSION 0.6.4 RUN $scriptArgs = @{ ` Name = 'WebKitDev'; ` diff --git a/tools/Dockerfile b/tools/Dockerfile index f917d3d5..2121bb7a 100644 --- a/tools/Dockerfile +++ b/tools/Dockerfile @@ -68,6 +68,14 @@ ENV NINJA_VERSION 1.13.1 RUN Install-Ninja -Version $env:NINJA_VERSION -InstallationPath C:\tools\ninja; +#-------------------------------------------------------------------- +# Install ccache +#-------------------------------------------------------------------- + +ENV CCACHE_VERSION 4.13.2 + +RUN Install-Ccache -Version $env:CCACHE_VERSION; + #-------------------------------------------------------------------- # Install NuGet CLI #--------------------------------------------------------------------