[DO-1573] Add xvfb package for test (#7)
Some checks failed
Build and publish docker image / Builds the image and publishes to docker hub (push) Has been cancelled
Some checks failed
Build and publish docker image / Builds the image and publishes to docker hub (push) Has been cancelled
[DO-1573] Co-authored-by: Boris Shestov <boris.shestov@avroid.tech> Reviewed-on: https://git.avroid.tech/Docker/tavro-build-linux/pulls/7
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 1.6
|
||||
|
||||
### 10.02.2025
|
||||
|
||||
ADD:
|
||||
|
||||
* Добавлен пакет xvfb эмулирующий X сервер, выполняющий графические операции в памяти без вывода на экран
|
||||
|
||||
## 1.5
|
||||
|
||||
### 24.01.2025
|
||||
|
||||
@@ -46,6 +46,7 @@ RUN apt update && \
|
||||
libxrender-dev \
|
||||
libxtst-dev \
|
||||
perl \
|
||||
xvfb \
|
||||
yasm && \
|
||||
apt clean && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
@@ -64,7 +65,7 @@ RUN wget ${NEXUS_URL}/repository/${NEXUS_QT_REPO}/v${VERSION}/qt-everywhere-open
|
||||
./configure -release -opensource -confirm-license -nomake tests -nomake examples -skip qt3d -skip qtactiveqt -skip qtandroidextras -skip qtdoc -skip qtmacextras -skip qtscript -skip qtwayland -skip qtwebchannel -skip qtwebengine -skip qtwebview -skip qtwinextras -skip qtserialbus -xkbcommon -system-harfbuzz -system-libjpeg && \
|
||||
make -j$(nproc) && make install -j$(nproc) && cd .. && rm -rf qt-everywhere* /tmp/patches
|
||||
|
||||
#Ужасный костыль
|
||||
#Ужасный костыль
|
||||
RUN ln -s /usr/lib/x86_64-linux-gnu/libvpx.so.9.0.0 /usr/lib/x86_64-linux-gnu/libvpx.so.7
|
||||
# Personalization
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user