mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add nokogiri dependencies
This commit is contained in:
parent
c4360546a1
commit
37fc12196f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM ruby:2.3-alpine
|
||||
|
||||
RUN gem install knapsack
|
||||
RUN apk add --update bash && rm -rf /var/cache/apk/*
|
||||
RUN apk add --update bash libxml2-dev libxslt-dev && rm -rf /var/cache/apk/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue