From 3bd571855591fd067b4e3647e81751c88d5464c9 Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
Date: Sat, 25 Feb 2023 21:38:01 +0100
Subject: add --quiet flags to all installations

---
 test/integration/docker/git_server/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'test/integration')

diff --git a/test/integration/docker/git_server/Dockerfile b/test/integration/docker/git_server/Dockerfile
index c07e108..f45de02 100644
--- a/test/integration/docker/git_server/Dockerfile
+++ b/test/integration/docker/git_server/Dockerfile
@@ -1,6 +1,6 @@
 FROM alpine:3.17
 
-RUN apk --no-cache add bash git openssh-server tini && \
+RUN apk add -q --no-cache bash git openssh-server tini && \
     echo 'root:root' | chpasswd && \
     git config --global user.name 'John Doe' && \
     git config --global user.email 'John.Doe@example.com' && \
-- 
cgit v1.2.3