ARG \
    BUILD_FROM

FROM $BUILD_FROM

RUN apk --no-cache add \
    libva-intel-driver
