mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-18 07:52:23 +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 \
|
git \
|
||||||
patch
|
patch
|
||||||
|
|
||||||
|
RUN gem install bundler
|
||||||
|
|
||||||
# Throw error if Gemfile has been modified since Gemfile.lock
|
# Throw error if Gemfile has been modified since Gemfile.lock
|
||||||
RUN bundle config --global frozen 1
|
RUN bundle config --global frozen 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user