Building: Ubuntu environment needs python3-pyside2.qtnetwork for testing (#24493)

This commit is contained in:
Steven James
2025-10-19 22:41:50 -04:00
committed by GitHub
parent 2172e82f23
commit 5abf4da75e
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ COPY ubuntu.sh /tmp
RUN apt-get update && \
apt-get upgrade --yes && \
sh /tmp/ubuntu.sh && \
mkdir /builds
mkdir -p /builds
WORKDIR /builds

View File

@@ -13,4 +13,4 @@ apt-get install --no-install-recommends --yes build-essential cmake doxygen git
libyaml-cpp-dev libzipios++-dev netgen netgen-headers pyside2-tools python3-dev \
python3-matplotlib python3-pivy python3-ply python3-pyside2.qtsvg \
python3-pyside2.qtuitools qtchooser qttools5-dev shiboken2 swig \
qtwayland5
qtwayland5 python3-pyside2.qtnetwork python3-yaml