Skip to content

Commit

Permalink
tests: fix failing lint test
Browse files Browse the repository at this point in the history
With the new multi-stage build system, the linter complains that there are
`FROM` commands found at places other than the first line. A
`.dockerfilelintrc` file was specific to turn off this rule.
  • Loading branch information
HumorBaby committed Aug 7, 2019
1 parent 571b686 commit 2e002de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerfilelintrc
@@ -0,0 +1,2 @@
rules:
from_first: off

0 comments on commit 2e002de

Please sign in to comment.