Core libraries and tools part for pro architecture. It's a submodule - use from this perspective http://git.maniak.pro/madmaniak/pro
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
247 B

FROM ruby:2.4.0
RUN mkdir /pro
WORKDIR /pro
ADD framework/tools/consumers/ruby/Gemfile /pro/Gemfile
ADD framework/tools/consumers/ruby/Gemfile.lock /pro/Gemfile.lock
RUN bundle install
RUN apt-get update && apt-get install -y postgresql-client