We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f55112 commit 0a2c4ceCopy full SHA for 0a2c4ce
.hadolint.yml
@@ -7,6 +7,7 @@
7
ignored:
8
- DL3003 # Use WORKDIR to switch to a directory
9
- DL3008 # Pin versions in apt get install
10
+ - DL3013 # Pin versions in pip
11
- DL3009 # Delete the apt-get lists after installing something
12
- DL4001 # Either use Wget or Curl but not both.
13
- SC2086 # Double quote to prevent globbing and word splitting.
0 commit comments