Install build-base on Alpine

This is necessary to get programs such as "make".
This commit is contained in:
Yorick Peterse 2017-11-02 13:13:57 +01:00
parent 54e3115607
commit 9cfd628b55
No known key found for this signature in database
GPG Key ID: EDD30D2BEB691AC9
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
--- ---
.defaults: &defaults .defaults: &defaults
before_script: before_script:
- apk add --update ragel=6.9-r0 - apk add --update ragel=6.9-r0 build-base
- gem install bundler --no-ri --no-rdoc - gem install bundler --no-ri --no-rdoc
- ruby --version - ruby --version
- gem --version - gem --version