1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

install bundler before use in dockerfile

This commit is contained in:
Sylvain 2020-05-18 11:08:06 +02:00
parent 0bad27bc2e
commit 9f922322a7

View File

@ -28,6 +28,8 @@ RUN apk update && apk upgrade && \
git \
patch
RUN gem install bundler
# Throw error if Gemfile has been modified since Gemfile.lock
RUN bundle config --global frozen 1