.gitlab-ci.yml: add potential dependencies

This commit is contained in:
Aminda Suomalainen 2024-05-27 10:41:33 +03:00
parent 07b0d4160a
commit 73dff7e234
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ cache:
- ${CI_PROJECT_DIR}/bundle
before_script:
- apk add --no-cache ruby ruby-dev ruby-bundler make gcc g++ musl-dev
- apk add --no-cache ruby ruby-dev ruby-bundler make gcc g++ musl-dev build-base libffi-dev libxml2-dev
- bundle install
test: