diff --git a/Dockerfile b/Dockerfile index 1ac5b3126ce..f29d6b4086c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,6 @@ RUN apt-get update \ libxml2 libxml2-dev libxslt1.1 libxslt-dev \ && echo 'gem: --no-rdoc --no-ri' > /root/.gemrc \ && gem install bundler:1.16.2 \ - && gem install nokogiri -- --use-system-libraries && bundle install \ && apt-get remove -y build-essential \ zlib1g-dev libxml2-dev libxslt-dev \