From d5cecfec050a259130f07ebd730f82a1a34dd5a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Catuhe?= Date: Thu, 26 Mar 2026 16:59:36 +0100 Subject: [PATCH] build: suppress bundle messages in Docker image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 839b100..19914a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,6 +25,7 @@ ENV RAILS_ENV="production" \ BUNDLE_DEPLOYMENT="1" \ BUNDLE_PATH="/usr/local/bundle" \ BUNDLE_WITHOUT="development" \ + BUNDLE_IGNORE_MESSAGES="true" \ LD_PRELOAD="/usr/local/lib/libjemalloc.so" # Throw-away build stage to reduce size of final image