mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 02:37:50 +00:00
10 lines
247 B
Plaintext
10 lines
247 B
Plaintext
ARG BUILD_VERSION
|
|
FROM homeassistant/amd64-homeassistant:$BUILD_VERSION
|
|
|
|
# NOTE: intel-nuc will be replaced by generic-x86-64. Make sure to apply
|
|
# changes in generic-x86-64 as well.
|
|
|
|
RUN apk --no-cache add \
|
|
libva-intel-driver \
|
|
usbutils
|