We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf0bdb commit 14c30fbCopy full SHA for 14c30fb
.hadolint.yaml
@@ -1,3 +1,4 @@
1
ignored:
2
- DL3006
3
-- DL3018
+- DL3008
4
+- DL3003
Dockerfile
@@ -3,7 +3,10 @@ FROM ${FROM} as builder
RUN export DEBIAN_FRONTEND=noninteractive \
5
&& apt-get update -qq \
6
- && apt-get install --yes -qq \
+ && apt-get upgrade \
7
+ --yes -qq --no-install-recommends \
8
+ && apt-get install \
9
10
build-essential \
11
ca-certificates \
12
libldap-dev \
0 commit comments