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.
2 parents d22f284 + 627f4a6 commit e779c5cCopy full SHA for e779c5c
tools/Dockerfile
@@ -120,6 +120,14 @@ 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
+ENV WEBRICK_VERSION 1.7.0
128
129
+RUN gem install webrick -v $env:WEBRICK_VERSION
130
131
#--------------------------------------------------------------------
132
# Install CMake
133
0 commit comments