mirror of
https://github.com/hassio-addons/addon-ftp.git
synced 2025-05-03 18:31:31 +00:00
👕 Fixes hadolint warnings
This commit is contained in:
parent
476a9e9cc2
commit
9640661f81
2 changed files with 6 additions and 0 deletions
3
.hadolint.yaml
Normal file
3
.hadolint.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
ignored:
|
||||
- SC2187
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue