diff --git a/Dockerfile b/Dockerfile index 13a99b6..bd87dd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -50,6 +50,7 @@ RUN apt-get update \ && apt-get install -y yamllint \ && apt-get autoremove -y \ && apt-get clean \ + && gem update --system \ && bundle config set path.system true \ && bundle config set jobs $(nproc) \ && bundle install --gemfile=/Gemfile \