diff --git a/home-panel/Dockerfile b/home-panel/Dockerfile index 29e383f..382a83f 100644 --- a/home-panel/Dockerfile +++ b/home-panel/Dockerfile @@ -3,6 +3,7 @@ ARG BUILD_FROM=hassioaddons/base:2.3.0 FROM ${BUILD_FROM} # Install packages +# hadolint ignore=DL3003 RUN \ apk add --no-cache --virtual .build-dependencies \ yarn=1.7.0-r0 \