We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d22f284 commit de8d0afCopy full SHA for de8d0af
tools/Dockerfile
@@ -120,6 +120,12 @@ ENV RUBY_VERSION 3.0.0-1
120
121
RUN Install-Ruby -Version $env:RUBY_VERSION -InstallationPath C:\tools\ruby;
122
123
+#--------------------------------------------------------------------
124
+# Install webrick gem
125
126
+
127
+RUN gem install webrick
128
129
#--------------------------------------------------------------------
130
# Install CMake
131
0 commit comments