Skip to content

Commit

Permalink
Fix hadolint for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze committed Jan 14, 2025
1 parent e9c1c41 commit f3c0ee8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .hadolint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ ignored:
- DL3059 # info: Multiple consecutive `RUN` instructions. Consider consolidation.
- SC2086 # info: Double quote to prevent globbing and word splitting.
- SC2016 # info: Expressions don't expand in single quotes, use double quotes for that.
- DL4006 # warning: Set the SHELL option -o pipefail before RUN with a pipe in it. If you are using /bin/sh in an alpine image or if your shell is symlinked to busybox then consider explicitly setting your SHELL to /bin/ash, or disable this check

0 comments on commit f3c0ee8

Please sign in to comment.