mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 23:07:53 +00:00
11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
ARG \
|
|
BUILD_FROM
|
|
|
|
FROM $BUILD_FROM
|
|
|
|
# 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
|