1
mirror of https://github.com/home-assistant/core synced 2024-07-09 04:58:30 +02:00
ha-core/machine/intel-nuc

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