diff --git a/Dockerfile b/Dockerfile index 8912b8d..ec36562 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,4 +31,4 @@ ADD ./Gemfile* ./ RUN echo "gem: --no-ri --no-rdoc" > ~/.gemrc && \ yes | gem update --system && \ gem install bundler && \ - bundle install \ No newline at end of file + bundle install