libopenshot & openshot-qt environment
1.1K
FROM ubuntu
MAINTAINER Zongmin Lei <[email protected]>
# add openshot apt repository
RUN apt update
RUN apt install -y software-properties-common python-software-properties
RUN add-apt-repository -y ppa:openshot.developers/ppa
RUN apt update
# install libopenshot & openshot-qt
RUN apt install -y python3-openshot openshot-qt
# install xvfb-run
RUN apt install -y xvfb
Run the following command to get a Python 3 REPL:
$ docker run -i --rm leizongmin/openshot python3
Now you can use openshot & openshot-qt:
import openshot
import openshot-qt
Do anything you like ^_^
Content type
Image
Digest
Size
323.7 MB
Last updated
over 9 years ago
docker pull leizongmin/openshot