Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'; `
Expand Down
8 changes: 8 additions & 0 deletions tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
#--------------------------------------------------------------------
Expand Down
Loading