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
|
FROM debian:buster AS builder
|
||||||
|
|
||||||
# Build-time dependencies
|
# Build-time dependencies
|
||||||
RUN apt-get update -yq && apt-get install -yq \
|
RUN apt-get update -yqq && apt-get install -yqq \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
build-essential \
|
build-essential \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
|
@ -47,7 +47,7 @@ RUN useradd --create-home --home-dir $HOME user \
|
||||||
WORKDIR $HOME
|
WORKDIR $HOME
|
||||||
|
|
||||||
# Runtime dependencies
|
# Runtime dependencies
|
||||||
RUN apt-get update && apt-get install -yq \
|
RUN apt-get update && apt-get install -yqq \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
'libprotobuf[0-9]+$' \
|
'libprotobuf[0-9]+$' \
|
||||||
libqt5core5a \
|
libqt5core5a \
|
||||||
|
|
Loading…
Reference in a new issue