Skip to content

Set up + remove dependencies for ruby-base manually

Jamie Tanna requested to merge feature/faster-ruby-image into master

To make the image for the ruby-base image much smaller (120MB -> 40MB) we can manually set up the image using Alpine as a base, installing all the packages we need to build dependencies, then remove everything unnecessary for the actual Rake tasks to run.

Merge request reports