diff options
author | reivilibre <oliverw@matrix.org> | 2022-06-15 15:42:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-15 14:42:27 +0000 |
commit | 538044ac01696c1b55d0e60418bc9a6bc2b03411 (patch) | |
tree | 19c59af20fa4b07fde5336bf344c323312144445 /docker/complement | |
parent | Track a histogram of state res durations (#13036) (diff) | |
download | synapse-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/Dockerfile | 2 |
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 \ |