10 lines
199 B
Text
10 lines
199 B
Text
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
|