Skip to content

Commit 94fbefd

Browse files
committed
Forces creation of vendor on bundle install
1 parent 5d3caca commit 94fbefd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

grpc/ruby-3.2/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ RUN yum update -y && \
99
COPY Gemfile .
1010
COPY Gemfile.lock .
1111

12-
# RUN bundle config set deployment true && \
13-
# bundle config set without 'test development' && \
12+
RUN bundle config set deployment true && \
13+
bundle config set without 'test development'
1414
# bundle config build.ffi -- --with-cflags="-Wno-implicit-function-declaration" && \
1515
# bundle config set retry 5 && \
1616
# bundle config set jobs $(getconf _NPROCESSORS_ONLN) && \

0 commit comments

Comments
 (0)