7 lines
88 B
Text
7 lines
88 B
Text
ARG \
|
|
BUILD_FROM
|
|
|
|
FROM $BUILD_FROM
|
|
|
|
RUN apk --no-cache add \
|
|
libva-intel-driver
|