|
@@ -8,7 +8,7 @@ ENV RUBY_YJIT_ENABLE=1
|
|
# Use Jemalloc
|
|
# Use Jemalloc
|
|
RUN apt-get update && \
|
|
RUN apt-get update && \
|
|
apt-get install -y --no-install-recommends libjemalloc2
|
|
apt-get install -y --no-install-recommends libjemalloc2
|
|
-ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2
|
|
|
|
|
|
+ENV LD_PRELOAD=libjemalloc.so.2
|
|
|
|
|
|
ENV BUNDLE_FORCE_RUBY_PLATFORM=true
|
|
ENV BUNDLE_FORCE_RUBY_PLATFORM=true
|
|
RUN bundle install --jobs=8
|
|
RUN bundle install --jobs=8
|