mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2024-11-07 00:24:03 +01:00
Changed the ignored warnings
This commit is contained in:
parent
dcf0bdb950
commit
14c30fb81c
@ -1,3 +1,4 @@
|
||||
ignored:
|
||||
- DL3006
|
||||
- DL3018
|
||||
- DL3008
|
||||
- DL3003
|
||||
|
@ -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…
Reference in New Issue
Block a user