From a865de83724149822eb906e296be07398c74bf7a Mon Sep 17 00:00:00 2001 From: "James P. Ketrenos" Date: Thu, 19 Sep 2019 15:38:30 -0700 Subject: [PATCH] Set WORKDIR to /home/agama after build and install Signed-off-by: James P. Ketrenos --- Dockerfile.solution | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile.solution b/Dockerfile.solution index 83e3b5a..fe4e26d 100644 --- a/Dockerfile.solution +++ b/Dockerfile.solution @@ -37,6 +37,8 @@ RUN ./configure --arch=x86_64 --disable-yasm --enable-vaapi --enable-libmfx \ && make \ && make install +WORKDIR /home/agama + # ffmpeg is installed; the build and source trees are no longer needed # RUN rm -rf /home/agama/ffmpeg