We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3caca commit 94fbefdCopy full SHA for 94fbefd
1 file changed
grpc/ruby-3.2/Dockerfile
@@ -9,8 +9,8 @@ RUN yum update -y && \
9
COPY Gemfile .
10
COPY Gemfile.lock .
11
12
-# RUN bundle config set deployment true && \
13
-# bundle config set without 'test development' && \
+RUN bundle config set deployment true && \
+ bundle config set without 'test development'
14
# bundle config build.ffi -- --with-cflags="-Wno-implicit-function-declaration" && \
15
# bundle config set retry 5 && \
16
# bundle config set jobs $(getconf _NPROCESSORS_ONLN) && \
0 commit comments