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:
parent
0bad27bc2e
commit
9f922322a7
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user