6 lines
136 B
Text
6 lines
136 B
Text
ARG BUILD_VERSION
|
|
FROM homeassistant/amd64-homeassistant:$BUILD_VERSION
|
|
|
|
RUN apk --no-cache add \
|
|
libva-intel-driver \
|
|
usbutils
|