2020-10-13 09:56:28 +00:00
|
|
|
ARG BUILD_VERSION
|
|
|
|
FROM homeassistant/amd64-homeassistant:$BUILD_VERSION
|
|
|
|
|
2021-02-26 14:49:33 +00:00
|
|
|
# NOTE: intel-nuc will be replaced by generic-x86-64. Make sure to apply
|
|
|
|
# changes in generic-x86-64 as well.
|
|
|
|
|
2020-10-13 09:56:28 +00:00
|
|
|
RUN apk --no-cache add \
|
|
|
|
libva-intel-driver \
|
|
|
|
usbutils
|