mirror of
https://github.com/home-assistant/core.git
synced 2026-05-27 02:36:00 +01:00
6 lines
121 B
Plaintext
6 lines
121 B
Plaintext
ARG BUILD_VERSION
|
|
FROM homeassistant/amd64-homeassistant:$BUILD_VERSION
|
|
|
|
RUN apk --no-cache add \
|
|
libva-intel-driver
|