Skip to content

Commit

Permalink
Use the latest RubyGems version in Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Jul 20, 2020
1 parent 6e2f2ab commit 842eed4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN apt-get update \
make \
nodejs

RUN gem update --system

COPY .git /src/gh/pages-gem/.git
COPY Gemfile* /src/gh/pages-gem/
COPY github-pages.gemspec /src/gh/pages-gem
Expand Down

0 comments on commit 842eed4

Please sign in to comment.