FROM ruby:2.6 MAINTAINER Jacek Lebioda "jacek.lebioda@uni.lu" RUN gem install bundler:2.0.2 && \ gem install sassc -- --disable-march-tune-native COPY Gemfile . COPY Gemfile.lock . RUN bundle install && bundle update