summary refs log tree commit diff
path: root/docker/complement
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2022-06-15 15:42:27 +0100
committerGitHub <noreply@github.com>2022-06-15 14:42:27 +0000
commit538044ac01696c1b55d0e60418bc9a6bc2b03411 (patch)
tree19c59af20fa4b07fde5336bf344c323312144445 /docker/complement
parentTrack a histogram of state res durations (#13036) (diff)
downloadsynapse-538044ac01696c1b55d0e60418bc9a6bc2b03411.tar.xz
Collapse Docker build commands in Complement CI runs to make the logs easier to read. (#13058)
Diffstat (limited to 'docker/complement')
-rw-r--r--docker/complement/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/complement/Dockerfile b/docker/complement/Dockerfile
index 50684c956d..8bec0f6116 100644
--- a/docker/complement/Dockerfile
+++ b/docker/complement/Dockerfile
@@ -9,7 +9,7 @@ FROM matrixdotorg/synapse-workers:$SYNAPSE_VERSION
 
 # Install postgresql
 RUN apt-get update && \
-  DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y postgresql-13
+  DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -yqq postgresql-13
 
 # Configure a user and create a database for Synapse
 RUN pg_ctlcluster 13 main start &&  su postgres -c "echo \