Files
ha-core/machine/intel-nuc
2023-06-27 09:29:45 +02:00

12 lines
234 B
Plaintext

ARG \
BUILD_FROM \
BUILD_VERSION
FROM $BUILD_FROM:$BUILD_VERSION
# 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