accountfree-docker/ubuntu-pyside2-xvfb/Dockerfile

10 lines
318 B
Docker
Raw Normal View History

FROM ubuntu:hirsute
2019-06-07 20:00:02 +00:00
ARG DEBIAN_FRONTEND=noninteractive
ARG PYSIDE2_VERSION=5.15.2
ENV TZ=Europe/Paris
2019-06-07 20:00:02 +00:00
RUN apt-get update
RUN apt-get -y install make git python3-pip qml-module-qtquick-controls2 qml-module-qtmultimedia qml-module-qtgraphicaleffects qml-module-qtquick2 xvfb
RUN pip3 install PySide2==$PYSIDE2_VERSION