# # Image that contains all Nanoc dependencies and tools that # are needed to build the docs site and run the tests. # FROM ruby:2.7.2-alpine3.13 MAINTAINER GitLab Technical Writing team # Install dependencies RUN apk add --no-cache -U \ bash \ build-base \ curl \ git \ gnupg \ go \ grep \ gzip \ jq \ libcurl \ libxslt \ libxslt-dev \ nodejs \ openssl \ pngquant \ ruby-dev \ tar \ xz \ xz-dev \ yarn # Do not install rdoc to save some space RUN echo 'gem: --no-document' >> /etc/gemrc