diff --git a/Dockerfile b/Dockerfile index 0cbf2c6..672fb94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN gem install jekyll -v ${JEKYLL_VERSION} --no-document \ && gem install jekyll-auto-image --no-document \ && gem install jekyll-tidy --no-document \ && gem install jekyll-sitemap --no-document \ + && gem install jekyll-node-module --no-document \ && gem install bigdecimal --no-document \ && gem install kramdown-parser-gfm --no-document \ && gem install webrick --no-document