Skip to content

Commit

Permalink
Merge pull request #16 from smatvienko-tb/website-ruby-2.7.7-with-eld…
Browse files Browse the repository at this point in the history
…er-gems

website:1.9.0 from ruby 2.7.7 and elder gems that does not require ruby > 3.0.0
  • Loading branch information
ashvayka authored Apr 26, 2024
2 parents 4527549 + 13dd597 commit 0a290c6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion website/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ RUN apt-get update \
software-properties-common make g++ graphicsmagick-imagemagick-compat\
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& gem install 'github-pages' 'jekyll:~>3.9.2'
&& gem install bundler -v 2.0.1 \
&& gem install 'jekyll:~>3.9.2' \
&& gem install nokogiri -v 1.15.5 \
&& gem install faraday-net_http -v 3.0.2 \
&& gem install faraday -v 2.8.1 \
&& gem install 'github-pages'

WORKDIR /website/

Expand Down

0 comments on commit 0a290c6

Please sign in to comment.