Skip to content

Add build-base package for gitlab-qa-alpine image

Nailia Iskhakova requested to merge add-build-base-to-qa-image into master

All test jobs failed with:

 ERROR:  Error installing gitlab-qa:
 	ERROR: Failed to build gem native extension.
     current directory: /usr/local/bundle/gems/nokogiri-1.10.7/ext/nokogiri

Issue was originally fixed in gitlab-org/quality/pipeline-common!27 (merged), now we need to add this package to the image itself so it will be fixed for Nightly as well.

Context: gitlab-qa now requires the nokogiri gem which in turns needs the Alpine composite package build-base to be installed. This package adds in all the typical OS build libraries for anything that needs to be built natively, such as some Ruby gems like nokogiri.

Merge request reports