👕 Fixes hadolint warnings

This commit is contained in:
Franck Nijhof 2018-07-07 09:43:46 +02:00
parent 476a9e9cc2
commit 9640661f81
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 6 additions and 0 deletions

3
.hadolint.yaml Normal file
View file

@ -0,0 +1,3 @@
---
ignored:
- SC2187

View file

@ -2,6 +2,9 @@ ARG BUILD_FROM=hassioaddons/base:2.0.0
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
# Set shell
SHELL ["/bin/ash", "-o", "pipefail", "-c"]
# Setup base
# hadolint ignore=DL3003
RUN \