Skip to content

Commit

Permalink
fix mltframework#604 using WebVfx in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Aug 23, 2020
1 parent 48f8dcc commit 3752c21
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ RUN apt-get install -yqq libsamplerate0 libxml2 libjack0 \
# Install the build
COPY --from=build /usr/local/ /usr/local/

WORKDIR /mnt

# Qt, Movit, and WebVfx require xvfb-run
# IMPORTANT: xvfb-run requires docker run option "--init"
# https://docs.docker.com/engine/reference/commandline/run/
ENTRYPOINT ["/usr/bin/xvfb-run", "-a", "/usr/local/bin/melt"]
WORKDIR /mnt
ENTRYPOINT ["/usr/bin/xvfb-run", "-a", "/usr/local/bin/qmelt"]

0 comments on commit 3752c21

Please sign in to comment.