diff --git a/Dockerfile b/Dockerfile index 860e570..b2c577d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -144,6 +144,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