Dockerfile 489 B

12345678910111213141516
  1. FROM ubuntu:20.04
  2. RUN apt update
  3. RUN apt install -y software-properties-common
  4. RUN add-apt-repository -y ppa:openshot.developers/ppa
  5. RUN apt update
  6. RUN DEBIAN_FRONTEND=noninteractive apt-get install keyboard-configuration -y
  7. RUN apt-get update && apt-get install -y apt-transport-https
  8. RUN apt-get install python3-pip -y
  9. RUN apt-get install vim -y
  10. RUN apt-get install python3-openshot -y
  11. RUN apt-get install openshot-qt -y
  12. RUN apt install -y xvfb
  13. RUN pip3 install ffmpy