Added xvfb, ninja-build and qtquick-controls to docker file

This commit is contained in:
Filippo Cucchetto 2019-11-25 23:11:39 +01:00
parent d3e77561e4
commit 5c17aa8d87
1 changed files with 1 additions and 2 deletions

View File

@ -4,5 +4,4 @@ apt-get install --no-install-recommends -y apt-transport-https ca-certificates g
wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | apt-key add - && \
apt-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main' && \
apt-get update && \
apt-get install --no-install-recommends -y cmake g++ make qt5-default git lcov curl qtdeclarative5-dev qtbase5-dev qtquickcontrols2-5-dev
apt-get install --no-install-recommends -y cmake g++ make qt5-default git lcov curl qtdeclarative5-dev qtbase5-dev qtquickcontrols2-5-dev xvfb ninja-build qml-module-qtquick-controls