Update Gemfile Dockerfile Gemfile.lock
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user