Updated Dockerfile
Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
parent
f83bce7178
commit
7e76df4e77
@ -217,6 +217,9 @@ USER root
|
|||||||
#
|
#
|
||||||
# NOTE: libva requires libpciaccess0, however it doesn't depend on it
|
# NOTE: libva requires libpciaccess0, however it doesn't depend on it
|
||||||
# so explicitly install it.
|
# so explicitly install it.
|
||||||
|
#
|
||||||
|
# curl is used by assets/commands/test to obtain test content if it
|
||||||
|
# does not already exist
|
||||||
RUN apt-get -q update \
|
RUN apt-get -q update \
|
||||||
&& DEBIAN_FRONTEND=noninteractive \
|
&& DEBIAN_FRONTEND=noninteractive \
|
||||||
&& apt-get --no-install-recommends -q -y install \
|
&& apt-get --no-install-recommends -q -y install \
|
||||||
@ -225,7 +228,8 @@ RUN apt-get -q update \
|
|||||||
libmfx1$LIBMFX1_VERSION \
|
libmfx1$LIBMFX1_VERSION \
|
||||||
vainfo$VAINFO_VERSION \
|
vainfo$VAINFO_VERSION \
|
||||||
libpciaccess0 \
|
libpciaccess0 \
|
||||||
pciutils
|
pciutils \
|
||||||
|
curl
|
||||||
|
|
||||||
# Copy ffmpeg and ffprobe from build container
|
# Copy ffmpeg and ffprobe from build container
|
||||||
COPY --from=solution-build /usr/local/bin/ /usr/local/bin/
|
COPY --from=solution-build /usr/local/bin/ /usr/local/bin/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user