Update Gemfile Dockerfile Gemfile.lock

This commit is contained in:
2021-08-05 10:08:02 +02:00
parent 1f510c2461
commit 731d2fea73
3 changed files with 116 additions and 63 deletions

View File

@ -10,9 +10,10 @@ RUN apk list -I && \
libxslt libxslt-dev zlib-dev zlib \
ruby ruby-dev yaml yaml-dev \
libffi-dev build-base git nodejs
RUN pwd && \
ls -l
RUN gem env
RUN gem install etc bundler --no-document
RUN pwd
RUN ls -l
RUN bundle install
VOLUME /src