Skip to content

Commit

Permalink
Merge pull request #5 from OpenTOSCA/fix/builder-dependency
Browse files Browse the repository at this point in the history
Fix builder dependency not found
  • Loading branch information
PhilWun committed Nov 9, 2023
2 parents e05146d + 320ce5c commit 10ef9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV PATH /opt/jruby/bin:$PATH
RUN echo 'gem: --no-rdoc --no-ri' >> /.gemrc

RUN gem install bundler -v 2.3.26
RUN gem install jruby-openssl -v ${JRUBY_OPENSSL_VERSION}
# RUN gem install jruby-openssl -v ${JRUBY_OPENSSL_VERSION}
RUN gem install buildr -v ${BUILDR_VERSION}
RUN gem install rspec-expectations -v ${RSPEC-EXPECTATIONS}
RUN gem install rspec-mocks -v ${RSPEC-MOCKS}
Expand Down

0 comments on commit 10ef9ab

Please sign in to comment.