Skip to content

Commit de8d0af

Browse files
committed
Install webrick
1 parent d22f284 commit de8d0af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ ENV RUBY_VERSION 3.0.0-1
120120

121121
RUN Install-Ruby -Version $env:RUBY_VERSION -InstallationPath C:\tools\ruby;
122122

123+
#--------------------------------------------------------------------
124+
# Install webrick gem
125+
#--------------------------------------------------------------------
126+
127+
RUN gem install webrick
128+
123129
#--------------------------------------------------------------------
124130
# Install CMake
125131
#--------------------------------------------------------------------

0 commit comments

Comments
 (0)