FROM ruby:2.3-alpine RUN gem install knapsack RUN apk add --update bash libxml2-dev libxslt-dev && rm -rf /var/cache/apk/*