mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 04:05:20 +01:00
9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
ARG \
|
|
BUILD_FROM \
|
|
BUILD_VERSION
|
|
|
|
FROM $BUILD_FROM:$BUILD_VERSION
|
|
|
|
RUN apk --no-cache add \
|
|
libva-intel-driver
|