From aba065c34b38d7e9c88f054cbdaf545fd4ac3665 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Tue, 15 Mar 2022 21:05:48 -0700 Subject: [PATCH] quiet --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aedd710..4757646 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM ruby:3.1.1-slim -RUN apt-get update && apt-get install -y --no-install-recommends \ +RUN apt-get update -qq && apt-get install -yq --no-install-recommends \ build-essential \ gnupg2 \ curl \