Install build-base on Alpine
This is necessary to get programs such as "make".
This commit is contained in:
parent
54e3115607
commit
9cfd628b55
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
.defaults: &defaults
|
||||
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
|
||||
- ruby --version
|
||||
- gem --version
|
||||
|
|
Loading…
Reference in New Issue