2020-10-13 11:56:28 +02:00
|
|
|
ARG BUILD_VERSION
|
|
|
|
FROM homeassistant/amd64-homeassistant:$BUILD_VERSION
|
|
|
|
|
2021-02-26 15:49:33 +01: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 11:56:28 +02:00
|
|
|
RUN apk --no-cache add \
|
|
|
|
libva-intel-driver \
|
|
|
|
usbutils
|