mirror of
https://github.com/hassio-addons/addon-home-panel.git
synced 2025-05-05 11:21:31 +00:00
👕 Fixes linter warnings
This commit is contained in:
parent
afd2745aa4
commit
a222b49475
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ ARG BUILD_FROM=hassioaddons/base:2.3.0
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
|
# hadolint ignore=DL3003
|
||||||
RUN \
|
RUN \
|
||||||
apk add --no-cache --virtual .build-dependencies \
|
apk add --no-cache --virtual .build-dependencies \
|
||||||
yarn=1.7.0-r0 \
|
yarn=1.7.0-r0 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue