Even quieter
This commit is contained in:
parent
1c21623843
commit
4e80598ab1
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue