File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ENV NODE_ENV=production \
2929
3030EXPOSE 80
3131RUN apk add --no-cache \
32- vips vips-cpp vips-heif vips-magick ffmpeg \
32+ vips vips-cpp vips-heif vips-magick ffmpeg intel-media-driver \
3333 && rm -rf /var/cache/apk/*
3434COPY --from=builder /app /app
3535
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ENV NODE_ENV=production \
2626
2727EXPOSE 80
2828RUN apt-get update \
29- && apt-get install -y --no-install-recommends ca-certificates wget ffmpeg libvips42 \
29+ && apt-get install -y --no-install-recommends ca-certificates wget ffmpeg libvips42 intel-media-va-driver \
3030 && apt-get clean -q -y \
3131 && rm -rf /var/lib/apt/lists/*
3232COPY --from=builder /app /app
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ ENV NODE_ENV=production \
2626
2727EXPOSE 80
2828RUN apt-get update \
29- && apt-get install -y --no-install-recommends ca-certificates wget ffmpeg libvips42 \
29+ && apt-get install -y --no-install-recommends ca-certificates wget ffmpeg libvips42 intel-media-va-driver \
3030 && apt-get clean -q -y \
3131 && rm -rf /var/lib/apt/lists/*
3232COPY --from=builder /app /app
You can’t perform that action at this time.
0 commit comments