👕 Fixes linter warnings

This commit is contained in:
Franck Nijhof 2018-12-12 01:30:19 +01:00
parent afd2745aa4
commit a222b49475
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -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 \