mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-11 12:06:37 +00:00
Added xvfb, ninja-build and qtquick-controls to docker file
This commit is contained in:
parent
d3e77561e4
commit
5c17aa8d87
@ -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 - && \
|
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-add-repository 'deb https://apt.kitware.com/ubuntu/ bionic main' && \
|
||||||
apt-get update && \
|
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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user