mirror of
https://github.com/hassio-addons/addon-ftp.git
synced 2025-05-07 04:11:24 +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
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
# Set shell
|
||||||
|
SHELL ["/bin/ash", "-o", "pipefail", "-c"]
|
||||||
|
|
||||||
# Setup base
|
# Setup base
|
||||||
# hadolint ignore=DL3003
|
# hadolint ignore=DL3003
|
||||||
RUN \
|
RUN \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue