mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 18:42:55 +01:00
Create Alpine image for static analyses
In the case of rspec or spinach, we can't take the risk to run a couple of other implementation for C libraries and the like. For static analyses however, we can take this risk.
This commit is contained in:
parent
59ad54cd13
commit
863b0ba48f
2 changed files with 5 additions and 0 deletions
3
Dockerfile.ruby-2.3-static-analyses
Normal file
3
Dockerfile.ruby-2.3-static-analyses
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM ruby:2.3-alpine
|
||||
|
||||
RUN gem install knapsack
|
||||
Loading…
Add table
Add a link
Reference in a new issue