From db3d5c5ae1190304aa3efe85cefbb39d96510e7c Mon Sep 17 00:00:00 2001 From: Andreas Reischuck Date: Wed, 11 Dec 2024 02:14:10 +0100 Subject: [PATCH] Cleanup docker build log output --- Dockerfile | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 13b884c..a6521cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,8 @@ FROM ruby:${BASE_IMAGE_TAG} ENV LANG="C.UTF-8" ARG RUBYGEMS_VERSION_ARG="" \ - BUNDLER_VERSION_ARG="" + BUNDLER_VERSION_ARG="" \ + DEBIAN_FRONTEND=noninteractive # Define dependencies base versions # Note: NodeJS is capped to 14.x on Jessie and 16.x on Stretch (due to `libc` requirements) @@ -72,8 +73,8 @@ RUN <