Fix machine build templates (#95393)

This commit is contained in:
Pascal Vizeli
2023-06-27 18:00:12 +02:00
committed by GitHub
parent 8bbb396048
commit 5c4d010b90
20 changed files with 40 additions and 60 deletions

View File

@@ -1,8 +1,7 @@
ARG \
BUILD_FROM \
BUILD_VERSION
BUILD_FROM
FROM $BUILD_FROM:$BUILD_VERSION
FROM $BUILD_FROM
RUN apk --no-cache add \
libva-intel-driver