From 7e76df4e77af9a4502048707215380cb0f2eb69b Mon Sep 17 00:00:00 2001 From: "James P. Ketrenos" Date: Tue, 28 Jan 2020 11:07:44 -0800 Subject: [PATCH] Updated Dockerfile Signed-off-by: James P. Ketrenos --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 64742e8..6e22c53 100644 --- a/Dockerfile +++ b/Dockerfile @@ -217,6 +217,9 @@ USER root # # NOTE: libva requires libpciaccess0, however it doesn't depend on 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 \ && DEBIAN_FRONTEND=noninteractive \ && apt-get --no-install-recommends -q -y install \ @@ -225,7 +228,8 @@ RUN apt-get -q update \ libmfx1$LIBMFX1_VERSION \ vainfo$VAINFO_VERSION \ libpciaccess0 \ - pciutils + pciutils \ + curl # Copy ffmpeg and ffprobe from build container COPY --from=solution-build /usr/local/bin/ /usr/local/bin/