1
0

Set WORKDIR to /home/agama after build and install

Signed-off-by: James P. Ketrenos <james.p.ketrenos@intel.com>
This commit is contained in:
James P. Ketrenos 2019-09-19 15:38:30 -07:00
parent a4d8fbb007
commit a865de8372

View File

@ -37,6 +37,8 @@ RUN ./configure --arch=x86_64 --disable-yasm --enable-vaapi --enable-libmfx \
&& make \ && make \
&& make install && make install
WORKDIR /home/agama
# ffmpeg is installed; the build and source trees are no longer needed # ffmpeg is installed; the build and source trees are no longer needed
# RUN rm -rf /home/agama/ffmpeg # RUN rm -rf /home/agama/ffmpeg