Even quieter

This commit is contained in:
paul 2020-08-11 22:30:29 +02:00
parent 1c21623843
commit 4e80598ab1

View file

@ -1,7 +1,7 @@
FROM debian:buster AS builder
# Build-time dependencies
RUN apt-get update -yq && apt-get install -yq \
RUN apt-get update -yqq && apt-get install -yqq \
ca-certificates \
build-essential \
pkg-config \
@ -47,7 +47,7 @@ RUN useradd --create-home --home-dir $HOME user \
WORKDIR $HOME
# Runtime dependencies
RUN apt-get update && apt-get install -yq \
RUN apt-get update && apt-get install -yqq \
ca-certificates \
'libprotobuf[0-9]+$' \
libqt5core5a \