Skip to content

Commit

Permalink
Merge pull request #12 from nvllsvm/symlinks
Browse files Browse the repository at this point in the history
docker - add ffmpeg and ffprobe to path
  • Loading branch information
joshuaboniface authored Oct 22, 2019
2 parents c097625 + c9b0f78 commit 652a065
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -377,4 +377,6 @@ COPY --from=build /opt/ffmpeg /opt/ffmpeg/
RUN \
apt-get update -y && \
apt-get install -y --no-install-recommends libva-drm2 libva2 i965-va-driver && \
rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/* && \
ln -s /opt/ffmpeg/bin/ffmpeg /usr/local/bin && \
ln -s /opt/ffmpeg/bin/ffprobe /usr/local/bin

0 comments on commit 652a065

Please sign in to comment.