FROM ubuntu:22.04 RUN apt-get update && apt-get install -y --no-install-recommends \ ruby-full build-essential zlib1g-dev \ build-essential \ git nodejs git \ && rm -rf /var/lib/apt/lists/* \ && gem install --no-document jekyll -v 4.4.1 \ && gem install --no-document jekyll-environment-variables \ && gem install --no-document webrick -v 1.7 \ && gem install bundler