mirror of
https://github.com/home-assistant/core.git
synced 2025-05-21 06:17:06 +00:00
7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
ARG BUILD_VERSION
|
|
FROM homeassistant/amd64-homeassistant:$BUILD_VERSION
|
|
|
|
RUN apk --no-cache add \
|
|
libva-intel-driver \
|
|
usbutils
|