Initial commit
This commit is contained in:
commit
0f6ece7e6a
6 changed files with 165 additions and 0 deletions
5
ubuntu-pyside2-xvfb/Dockerfile
Normal file
5
ubuntu-pyside2-xvfb/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM ubuntu:disco
|
||||
|
||||
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
|
Loading…
Add table
Add a link
Reference in a new issue