accountfree-docker/ubuntu-pyside2-xvfb/Dockerfile
2019-11-27 19:16:51 +01:00

6 lines
226 B
Docker

FROM ubuntu:eoan
RUN apt-get update
RUN apt-get -y install qt5-default make git python3-pip qml-module-qtquick-controls2 qml-module-qtmultimedia qml-module-qtgraphicaleffects qml-module-qtquick2 xvfb
RUN pip3 install PySide2