mirror of
https://github.com/python-LimeReport/containers.git
synced 2024-12-23 16:23:00 +03:00
try fix
This commit is contained in:
parent
91e68b8bc2
commit
e61dd10a62
@ -64,13 +64,15 @@ else
|
||||
libgl1-mesa-dev \
|
||||
libgles2-mesa-dev \
|
||||
libgl1-mesa-dri \
|
||||
libgl-dev \
|
||||
libegl-dev \
|
||||
p7zip-full \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
aqt install-src --outputdir /opt/Qt linux desktop ${QT_VERSION}
|
||||
|
||||
cd /opt/Qt/${QT_VERSION}/Src
|
||||
./configure
|
||||
./configure -release -opensource -confirm-license -skip qtwebengine
|
||||
cmake --build . --parallel $(nproc)
|
||||
cmake --install .
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user