DataDog/system-tests uses ghcr.io/datadog/images-rb/engines/ruby images as base images to build weblog images.
To build them, node and npm are required, and are installed with apt. With those deps pre-installed in a base image, not only the build step will be faster, but we won't need any call to apt, reducing the flake probability of the build step.