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