diff --git a/Dockerfile b/Dockerfile index c335f3a5bfb3..1788d9125b9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,4 +32,4 @@ RUN gem install jekyll bundler RUN mkdir /srv/jekyll ADD Gemfile /srv/jekyll WORKDIR /srv/jekyll -RUN bundle install +RUN bundle install \ No newline at end of file