mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 23:07:53 +00:00
8 lines
88 B
Plaintext
8 lines
88 B
Plaintext
ARG \
|
|
BUILD_FROM
|
|
|
|
FROM $BUILD_FROM
|
|
|
|
RUN apk --no-cache add \
|
|
libva-intel-driver
|