Changed the ignored warnings

This commit is contained in:
Tobias Genannt 2022-06-15 09:04:00 +02:00
parent dcf0bdb950
commit 14c30fb81c
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,4 @@
ignored:
- DL3006
- DL3018
- DL3008
- DL3003

View File

@ -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 \