Changed the ignored warnings
This commit is contained in:
parent
dcf0bdb950
commit
14c30fb81c
2 changed files with 6 additions and 2 deletions
|
@ -3,7 +3,10 @@ FROM ${FROM} as builder
|
|||
|
||||
RUN export DEBIAN_FRONTEND=noninteractive \
|
||||
&& apt-get update -qq \
|
||||
&& apt-get install --yes -qq \
|
||||
&& apt-get upgrade \
|
||||
--yes -qq --no-install-recommends \
|
||||
&& apt-get install \
|
||||
--yes -qq --no-install-recommends \
|
||||
build-essential \
|
||||
ca-certificates \
|
||||
libldap-dev \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue