Skip to content
Snippets Groups Projects
Commit 37fc1219 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

Add nokogiri dependencies

parent c4360546
No related branches found
No related tags found
1 merge request!33WIP: Add nokogiri dependencies
FROM ruby:2.3-alpine
 
RUN gem install knapsack
RUN apk add --update bash && rm -rf /var/cache/apk/*
\ No newline at end of file
RUN apk add --update bash libxml2-dev libxslt-dev && rm -rf /var/cache/apk/*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment