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