Skip to content

Commit e779c5c

Browse files
authored
Merge pull request #199 from foopoiuyt/add_webrick
Install webrick
2 parents d22f284 + 627f4a6 commit e779c5c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tools/Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,14 @@ 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+
ENV WEBRICK_VERSION 1.7.0
128+
129+
RUN gem install webrick -v $env:WEBRICK_VERSION
130+
123131
#--------------------------------------------------------------------
124132
# Install CMake
125133
#--------------------------------------------------------------------

0 commit comments

Comments
 (0)